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