Strike Text on HTML

Strike Text:
HTML strike tag
Anything that appear within <strike>…….</strike>element, is displayed with strikethrough.
Example:

<!DOCTYPE html>
<html>
<head>
<title Formatting Example</title>
</head>
<body>
<p>The following word uses a <strike>strikethrough</strike>typeface.</p>
</body>
</html>

OUTPUT:

The following word uses a strikethrough typeface.

Comments

Popular posts from this blog

Set Font Colour

HTML FONTS

HTML Table Heading