使用 CSS 划掉文本
使用 *text-decoration* 属性来使用 CSS 划掉文本。你可以运行以下代码来划掉文本
<html> <head> </head> <body> <p style = "text-decoration:line-through;"> This will be striked through. </p> </body> </html>
广告
使用 *text-decoration* 属性来使用 CSS 划掉文本。你可以运行以下代码来划掉文本
<html> <head> </head> <body> <p style = "text-decoration:line-through;"> This will be striked through. </p> </body> </html>