html テキストに打ち消し線を付ける
環境
Google Chrome 111.0.5563.65(Official Build)
Windows 10 Home 64bit
書式
<s>テキスト</s>
テキストに打ち消し線を付けます。
使用例
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p><s>テキストに打ち消し線</s></p>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p><s>テキストに打ち消し線</s></p>
</body>
</html>
<!DOCTYPE html> <html> <head> </head> <body> <p><s>テキストに打ち消し線</s></p> </body> </html>