Html tags with example
HTML Tags
Tags
|
Description • Meaning • Definition
|
<a>
|
|
<abbr>
|
ABBREVIATION tags
indicate interpretation of the meaning to the browsers and search engines for
such as kind of abbreviations as "Inc.", "etc.".
|
<acronym>
|
ACRONYM tags defines
an acronym, like; <acronym title="World Wide Web">WWW</acronym>.
|
<address>
|
ADDRESS tags are used
to identify the author's contact information for a section or a document.
|
<applet>
|
APPLET element tags
are used to embed and invoke a Java application within an HTML page.
|
<area>
|
AREA tag defines a
section of an image.
|
<b>
|
BOLD tag is specifying
<b>bold section</b> within the text document. |