Thursday, December 27, 2018

Formatting abbreviations and acronyms.

The <abbr> element:-   

<html>
<body>

<p>The HTML address element defines contact information (author/owner) of a document or article.</p>

<address>
Written by Ansh.<br>
Visit us at:<br>
Example.com<br>
Box 786, Gangland<br>
PUNJAB
</address>

</body>
</html>

OUTPUT:-    

  • The HTML address element defines contact information (author/owner) of a document or article.
  • The HTML <abbr> element defines an abbreviation or an acronym.
  • Marking abbreviations can give useful information to browsers, translation systems and search-engines.

No comments:

Post a Comment

Internal Javascripts

Internal Javascripts :    The script code can be written directly into the HTML document. script code is placed in header of the docume...