HTML tag

(*-*)浩
Release: 2019-11-19 16:17:11
Original
2207 people have browsed it

HTML Tag

HTML <abbr> tag

##All browsers support the tag.

Note: IE 6 or earlier does not support the 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

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 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>
Copy after login

The above is the detailed content of HTML tag. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template