The
html tag is used to mark text that is no longer correct:
<p><s>My car is blue.</s></p> <p>My new car is silver.</p>
Tag definition and instructions for use
html tag identifies text that is incorrect, inaccurate, or useless . The
html tag should not be used to define replaced or deleted text. If you want to define replacement or deleted text, use the tag.
Differences between HTML 4.01 and HTML5
In HTML 4.01, the element has been deprecated and is used to add text. Strikethrough.
HTML5 redefined the element, which is now used to define incorrect text.
Global attributes
tag supports global attributes of HTML.
Event attributes
## tag supports HTML event attributes.
The above is the detailed content of How to use html s tag. For more information, please follow other related articles on the PHP Chinese website!