[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
HTMLSPEC-ACRONYM
Used to specify text as an acronym within a web document. An acronym is a series of letters that represent a word phrase, such HTML for HyperText Markup Language or CIA for Central Intelligence Agency.
Attributes
Specifies the full word phrase of the acronym for web visitors to see when hovering over the text with their mouse.
Live Example
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
HTMLSPEC-ACRONYM
Acronym
UsageUsed to specify text as an acronym within a web document. An acronym is a series of letters that represent a word phrase, such HTML for HyperText Markup Language or CIA for Central Intelligence Agency.
Attributes
title=""
Specifies the full word phrase of the acronym for web visitors to see when hovering over the text with their mouse.
Live Example
<html> <head><title>ACRONYM Document Example</title></head> <body> <acronym title="Federal Bureau of Investigation">FBI</acronym> is a U.S. government agency. </body> </html>
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
