How To Strikethrough In Html Code Example


Example 1: how to strike text in html


<p><strike>Hello WWorld</strike></p>

Example 2: css strikethrough html text


style="text-decoration: line-through;"

Example 3: how to strike text in html


<p><del>Hello world</del></p>

Comments

Popular posts from this blog

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy