Home  >  Article  >  Web Front-end  >  How to use html s tag

How to use html s tag

silencement
silencementOriginal
2019-05-26 17:04:304325browse

The

How to use html s tag

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:How to use html wbr tagNext article:How to use html wbr tag

Related articles

See more