HTML Tags

Tejasindia
5 min readDec 30, 2022

--

HTML Tags

What are HTML Tags?

HTML tags are simple instructions that tell a web browser how to format text. You can use tags to format italics, line breaks, objects, bullet points, and more.

These tags live in the HTML (or the Hypertext Markup Language) of every webpage. Put, HTML is the language of web pages.

HTML Tag List With Description

NEW — New tag introduce in HTML5

REMOVE — Not Support in HTML5

NEW/REMOVE — New Tag introduce in HTML5, But now yet support in HTML5An HTML form with three input fields; two text fields and one submit button:

Tag Description In HTML5?

Describe a comment text in the source code

Defines a document type

Specific a anchor (Hyperlink)

Use for link in internal/external web documents.

Describes an abbreviation (acronyms)

Describes an acronyms REMOVE

Describes an address information

Embedding an applet in HTML document REMOVE

Defines an area in an image map

Defines an article NEW

Describes contain set(or write) on aside place in page contain NEW

Specific audio content NEW

Specific text weight bold

— Define a base URL for all the links with in a web page

— Describes a default font color, size, face in a document REMOVE

— Define browser command, that command invoke as per client action NEW/ REMOVE

— Specific direction of text display

— Defines a big text REMOVE

— Specifies a long quotation

— Defines a main section(body) part in HTML document


Specific a single line break

— Specifies a press/push button

— Specifies the display graphics on HTML web documment NEW

— Define a table caption

— Specifies a text is display in center align REMOVE

— Specifies a text citation

— Specifies computer code text

— Specifies a each column within a element in table

— Defines a group of one or more columns inside table

— Define a command button, invoke as per user action NEW

— Define a represent data in datagrid either list wise or tree wise NEW/ REMOVE

— Define a list of pre-defined options surrounding tag NEW

— Defines a definition description in a definition list

— Specific text deleted in web document

— Define a additional details hide or show as per user action NEW

— Define a definition team

— Define a chat conversation between one or more person NEW/ REMOVE

— Define a directory list REMOVE

— Define a division part

— Define a definition list

— Define a definition team

Define a text is emphasize format

— Define a embedding external application using a relative plug-in NEW

— Defines a source of event generates to remote server NEW/ REMOVE

— Defines a grouping of related form elements

— Represents a caption text corresponding with a figure element NEW

— Represents self-contained content corresponding with a element NEW

— Defines a font size, font face and font color for its text REMOVE

— Defines a footer section containing details about the author, copyright, contact us, sitemap, or links to related documents. NEW

— Defines a form section that having interactive input controls to submit form information to a server.

— Defines frame window. REMOVE

— Used to holds one or more elements. REMOVE

-

to Defines a Headings level from 1 to 6 different sizes.

Defines header section of HTML document.

Defines as a container that hold introductory content or navigation links. NEW

Defines the heading of a section that hold the h1 to h6 tags. NEW/ REMOVE

Represent a thematic break between paragraph-level tags. It is typically draw horizontal line.

Define a document is a HTML markup language

Defines a italic format text

Defines a inline frame that embedded external content into current web document.

-

Used to insert image into a web document.

Define a get information in selected input

Used to indicate text that is inserted into a page and indicates changes to a document.

Used to create a single line search prompt for querying the contents of the document. REMOVE

Used to identify text that are represents keyboard input.

Used to generate signed certificate, which is used to authenticate to services. NEW/ REMOVE

Used to caption a text label with a form element.

Used to add a caption (title) to a group of related form elements that are grouped together into the

tag.

— Define a list item either ordered list or unordered list.

Used to load an external stylesheets into HTML document.

Defines an clickable image map.

Used to highlighted (marked) specific text. NEW

Used to display a unordered list of items/menu of commands.

Used to provide structured metadata about a web page.

Used to measure data within a given range. NEW

Used to defines group of navigation links. NEW

Used to provide a fallback content to the browser that does not support the element. REMOVE

Used to provide an fall-back content to the browser that does not support the JavaScript.

Used to embedded objects such as images, audio, videos, Java applets, and Flash animations.

Defines an ordered list of items.

Used to create a grouping of options, the related options are grouped under specific headings.

Represents option items within a , or element.

Used for representing the result of a calculation. NEW

-

Used to represents a paragraph text.

Provides parameters for embedded object element.

Used to represents preformatted text.

Represents the progress of a task. NEW

Represents the short quotation.

Used to provide parentheses around fall-back content to the browser that does not support the ruby annotations. NEW

Specifies the ruby text of ruby annotation. NEW

Used to represents a ruby annotation. NEW

Text display in strikethrough style.

Represents text that should be interpreted as sample output from a computer program.

Defines client-side JavaScript.

Used to divide a document into number of different generic section. NEW

Used to create a drop-down list.

Used to makes the text one size smaller.

Used to specifies multiple media resources. NEW

Used to grouping and applying styles to inline elements.

Represents strikethrough text. REMOVE

Represents strong emphasis greater important text.

— Used to add CSS style to an HTML document.

— Represents inline subscript text.

— Represents inline superscript text.

— Used to defines a table in an HTML document.

— Used for grouping table rows.

— Used for creates standard data cell in HTML table.

— Create multi-line text input.

— Used to adding a footer to a table that containing summary of the table data.

— Used for creates header of a group of cell in HTML table.

— Used to adding a header to a table that containing header information of the table.

— Represents the date and/or time in an HTML document. NEW

— Represents title to an HTML document.

— Defines a row of cells in a table.

— Represents text tracks for both the and tags. NEW

— Represents teletype text. REMOVE

— Represents underlined text.

— Defines an unordered list of items.

— Represents a variable in a computer program or mathematical equation.

— Used to embed video content. NEW

— Defines a word break opportunity in a long string of text. NEW

First name:



Last name:

--

--