The HTML Elements reference.

"acronym" - html element

  • Indicates an acronym abbreviation.
  • Starttag <acronym> is Required and endtag </acronym> is Required
  • The TITLE attribute is useful in conjunction with ACRONYM to give the long form of the acronym, allowing visual browsers to provide the long form as a "tooltip".
  • Browsers that support the acronym - element : Internet Explorer Mozilla Firefox Opera Google Chrome Apple Safari
Element "acronym" example:
<html>
  <body>
    In this <acronym title="HyperText Markup Language">HTML</acronym>
    learning, it's about <acronym
title="HyperText Markup Language">HTML</acronym> elements
    that are defined with tags and attributes as
    specified by the <acronym
title="World Wide Web Consortium">W3C</acronym> HTML 4.01 specification.
  </body>
</html>


Attributes:
class , dir , id , lang , style , title

Attribute "class" value(s): A list of style class names that must be separated by white space characters.
  • This attribute assigns a style class name or set of style class names to an element. Any number of elements may be assigned the same class name or names.
  • You will find more about this in the CSS learning on this site.



© 2010 by Finnesand Data. All rights reserved.
This site aims to provide FREE programming training and technics.
Finnesand Data as site owner gives no warranty for the correctness in the pages or source codes.
The risk of using this web-site pages or any program codes from this website is entirely at the individual user.