What is the use of HTML tag?

(*-*)浩
Release: 2019-12-05 14:53:20
Original
3033 people have browsed it

HTML Tag

What is the use of HTML <acronym> tag?

##All major browsers support the tag.

Note: IE 5.5 or earlier IE browsers do not support the tag.​ ​ ​ ​ ​ ​ (Recommended learning: html tutorial)

Definition and usage

The tag is not supported in HTML5. Please use the tag instead.

Tag definition acronym.

Abbreviations can be read aloud as words, such as NATO, NASA, ASAP, GUI.

By tagging abbreviations, you can provide useful information to browsers, spell checkers, and search engines.

Tip

Tip: The title attribute can be used to display the full version of an abbreviation when the mouse pointer is moved over the element.

Differences between HTML 4.01 and HTML5

The tag is not supported in HTML5, but is supported in HTML 4.01.

Example

Mark an acronym:

<html>
<body>

<acronym title="World Wide Web">WWW</acronym>

</body>
</html>
Copy after login

The above is the detailed content of What is the use 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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!