Adding a strikethrough to a line of text in CSS is easy. <style> p { text-decoration: line-through; } </style> <p>Hello World</p>.
確定! 回上一頁