Home > Web Front-end > HTML Tutorial > How to use html acronym tag

How to use html acronym tag

藏色散人
Release: 2019-05-25 13:31:00
Original
3338 people have browsed it

html The acronym tag is used to define an acronym. If the acronym is a word, it can be read out, such as NATO, NASA, ASAP, GUI.

How to use html acronym tag

#html How to use acronym tag?

Function: Define acronyms.

Note:

If the acronym is one word, it can be pronounced, such as NATO, NASA, ASAP, GUI. By tagging only acronyms, you can provide useful information to browsers, spell checkers, translation systems, and search engine indexers. HTML5 does not support the tag. Please use the tag instead.

Note:

In some browsers, when you mouse over an acronym with the tag. The title attribute of the tag can be used to display the full version of the acronym.

html acronym tag example

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
Can I <acronym title="output this label">OTL</acronym>?
</body>
</html>
Copy after login

The effect is as follows:

How to use html acronym tag

The above is the detailed content of How to use html acronym 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