使用 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>