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
<style>
S {
font-size: 20px;
color:green;
}
</style>
DEMO of <S> with Style
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 |
Author & Instructor at plus2net
I write and maintain practical tutorials on Python, PHP, SQL, JavaScript, HTML, jQuery, and web development at plus2net. The tutorials focus on clear explanations, working examples, and code that readers can test and adapt while learning.