HTML - Tag

ABBR

This tag is used to define an abbreviation or an acronym.

ACRONYM

This tag was used in HTML 4 to define an acronym.

ADDRESS

This tag is used to define the contact information.

AREA

The <area> tag defines an area inside an image map (an image map is an image with clickable areas).


<area> elements are always nested inside a <map> tag.


Note: The usemap attribute in <img> is associated with the <map> element's name attribute, and creates a relationship between the image and the map.

BASE

This tag specifies the base URL and/or target for all relative URLs in a document.

BDO

This tag is used to override the current text direction.

CITE

This tag defines the title of a creative work (e.g. a book, a poem, a song, a movie, a painting, a sculpture, etc.).

CODE

This tag is used to define a piece of computer code. The content inside is displayed in the browser's default monospace font.

DATA

This tag is used to add a machine-readable translation of a given content.

DATALIST

This tag specifies a list of pre-defined options for an <input> element.

DEL

This tag defines text that has been deleted from a document. Browsers will usually strike a line through deleted text.

DETAILS

This tag specifies additional details that the user can open and close on demand.