Home  >  Article  >  Web Front-end  >  HTML tag

HTML tag

(*-*)浩
(*-*)浩Original
2019-11-19 16:17:112200browse

HTML 8a7974376be5f6c00c121222b727adb9 Tag

HTML <abbr> tag

##All browsers support the 8a7974376be5f6c00c121222b727adb9 tag.

Note: IE 6 or earlier does not support the 8a7974376be5f6c00c121222b727adb9 tag.

Definition and Usage                                                                                                                                                                                                                                                                       been been been with us. NATO". By tagging abbreviations, you can provide useful information to browsers, spell checkers, and search engines. The

8a7974376be5f6c00c121222b727adb9 tag was originally introduced in HTML 4.0 and indicates that the text it contains is a shortened form of a longer word or phrase.

Tips

Tips:You can use the global title attribute in the 8a7974376be5f6c00c121222b727adb9 tag, so that when the mouse pointer moves to < ;abbr> element displays the full version of the abbreviation/abbreviation.

Example

Mark an abbreviation:

<!DOCTYPE HTML>
<html>
<body>

The <abbr title="People&#39;s Republic of China">PRC</abbr> was founded in 1949.

</body>
</html>

The above is the detailed content of HTML 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:HTML
tagNext article:HTML
tag