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
Post a Comment