Home > Article > Web Front-end > How to use html s tag
The
html2e44d2d3284d23d932e1fd85f3d4cf3a 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
html2e44d2d3284d23d932e1fd85f3d4cf3a tag identifies text that is incorrect, inaccurate, or useless . The
html2e44d2d3284d23d932e1fd85f3d4cf3a tag should not be used to define replaced or deleted text. If you want to define replacement or deleted text, use the 823db3943044a0a9a620ada8d4b1d965 tag.
Differences between HTML 4.01 and HTML5
In HTML 4.01, the 2e44d2d3284d23d932e1fd85f3d4cf3a element has been deprecated and is used to add text. Strikethrough.
HTML5 redefined the 2e44d2d3284d23d932e1fd85f3d4cf3a element, which is now used to define incorrect text.
Global attributes
2e44d2d3284d23d932e1fd85f3d4cf3a tag supports global attributes of HTML.
Event attributes
##2e44d2d3284d23d932e1fd85f3d4cf3a 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!