Skip to main content

Command Palette

Search for a command to run...

Strike tag

Published
1 min readView as Markdown
Strike tag

In HTML, the <strike> or <s> tag is used to represent text that should be displayed with a strikethrough. The <strike> or <s> tag is an inline element, which means that it can be used within a line of text and does not create a new line.

Here is an example of how to use the strike tag in an html document

<p>This is a paragraph with <strike>strikethrough</strike> text.</p>

Interview-HTML

Part 14 of 18

In this series I will try to answer questions of HTML interviews in most simplest fashion. This will give user the chance of understanding the interview question of HTML in a conceptual manner.

Up next

Head tag

In HTML head tag acts as a container for metadata (data about data) and is placed between the element and the element. Metadata contains information such as the title of the page, the author, and any other relevant information that is not the main co...

More from this blog