This is normal text . This range of text is not accurate. This part is normal
The code is here
This is normal text . <S>This range of text is not accurate</S>. This part is normal
Internal Style with <S> tag
<style>
S {
font-size: 20px;
color:green;
}
</style>
<INS> tag and <S> tag
Change in venue of our meeting, instead of party hall , now it is shifted to Game club at top floor.
read more on <INS> tag
Change in venue of our meeting, <S>instead of party hall</S> , now it is shifted to <ins>Game club at top floor</ins>.
Tag | Display | Description | HTML5 Support |
<ins> | underline font | Part of the text which is inserted | Yes |
<STRIKE> | Strike-through font | Part of the text which is not accurate or not relevant | No |
<S> | Strike-through font | Part of the text which is not accurate or not relevant | Yes |
Read more on how to strikeout line of text by using JavaScript strike string object