List of all HTML Tags by Category is given below with their functions and usage.
Table of Contents
The main types of HTML Tags are Basic HTML Tags, Formatting HTML Tags, Forms and Input Tags, Frame Tags, Style and Semantic Tags, Link Tags, Audio Video Tags, Meta Tags, Programming Tags and Table Tags.
Basic HTML Tags
-
HTML comment Tag
The HTML comment tag is used to write comments in main HTML code file. Read More.
-
HTML doctype Tag
The Doctype declaration is used to tell the Browser about the version of HTML. Read More.
-
HTML Tag
HTML Tag is used to define the root of HTML Document. Read more.
-
HTML head Tag
HTML Head Tag contains the meta information about the web page. Read more.
-
HTML title Tag
HTML title Tag is used to define title of web page.
-
HTML body Tag
HTML body Tag is used to define the Web Page Body. Read more.
-
HTML headings Tag (h1 to h6)
HTML Headings Tag are used to create HTML Headings. Read more.
-
HTML p Tag
HTML p Tag defines paragraph element.
-
HTML br Tag
HTML br Tag is used create a line break in normal flow of content. Read more.
-
HTML hr Tag
HTML hr Tag is used to insert a horizontal rule. Read more.
Formatting HTML Tags
-
HTML acronym Tag
Acronym Tag is like abbr tag. Acronym tag is used to define the abbreviation. Read More.
-
HTML abbr Tag
The abbr tag is used to define an abbreviation like HTML, CSS etc. Read More.
-
HTML address Tag
The address tag is used to define contact information of the author of a website or document. Read More.
-
HTML b Tag
HTML b Tag is used to define the bold text. Read more.
-
HTML bdi Tag
HTML bdi Tag is used to write the text with a different direction from other text. Read more.
-
HTML bdo Tag
HTML bdo Tag is used to override the text direction. Read more.
-
HTML big Tag
HTML big Tag is used to define big text. Read more.
-
HTML blockquote Tag
HTML blockquote Tag is used to quote content from some other source. Read more.
-
HTML center Tag
HTML center Tag is used to centralize the text. Read more.
-
HTML cite Tag
HTML cite Tag is used to define the title of the work. Read more.
-
HTML code Tag
HTML code Tag is used to define the code in document. Read more.
-
HTML del Tag
HTML del Tag defines the deleted text from the document. Read more.
-
HTML dfn Tag
HTML dfn Tag is used to define the defining instance of a term. Read more.
-
HTML em Tag
HTML em Tag defines emphasized text. Read more.
-
HTML font Tag
HTML font Tag defines font for text. Read more.
-
HTML i Tag
HTML i Tag is used to define the term that is prominent or different from other text. Read More.
-
HTML ins Tag
HTML ins Tag is used to define inserted text. Read More.
-
HTML kbd Tag
HTML kbd Tag is used to define keyboard input. Read More.
-
HTML mark Tag
HTML mark Tag is used to define highlighted text. Read More.
-
HTML meter Tag
HTML meter Tag defines scalar measurement, Read more.
-
HTML pre Tag
HTML pre Tag is used to define pre-formatted text, Read more.
-
HTML progress Tag
HTML progress Tag is used to represent the progress of particular task, Read more.
-
HTML q Tag
HTML q Tag is used to define short quotation, Read more.
-
HTML rp Tag
HTML rp Tag is used to define content to display when ruby annotations are not supported, Read more.
-
HTML rt Tag
HTML rt Tag defines explanation of characters, Read more.
-
HTML ruby Tag
HTML ruby Tag is used to define ruby annotation, Read more.
-
HTML s Tag
HTML s Tag is used to define incorrect text, Read more.
-
HTML samp Tag
HTML samp Tag is used to define sample output of computer program.
-
HTML small Tag
HTML small Tag is used to define smaller text.
-
HTML strike Tag
HTML strike Tag is used to define strike-through text.
-
HTML strong Tag
HTML strong Tag is used to define important text.
-
HTML sub Tag
HTML sub Tag is used to define sub-scripted text.
-
HTML sup Tag
HTML sup Tag is used to define super-scripted text.
-
HTML template Tag
HTML template Tag is used to define a template.
-
HTML time Tag
HTML time Tag is used to define time and date.
-
HTML tt Tag
HTML tt Tag is used to define teletype text.
-
HTML u Tag
HTML u Tag is used to define text that is different from other text. It is underlined.
-
HTML var Tag
HTML var Tag is used to define variable.
-
HTML wbr Tag
HTML wbr Tag is used to define possible line break.
Forms and Input Tags
-
HTML form Tag
HTML form Tag is used to create Form. Read more.
-
HTML input Tag
HTML input Tag is used to define Input Element. Read more.
-
HTML textarea Tag
HTML textarea Tag is used to define a text input element.
-
HTML button Tag
HTML button Tag is used to create the HTML button. Read more.
-
HTML select Tag
HTML select Tag is used to define drop down list.
-
HTML optgroup Tag
HTML optgroup Tag defines group of options in drop-down list, Read more.
-
HTML option Tag
HTML option Tag defines option for select element, Read more.
-
HTML label Tag
HTML label Tag is used to define label for input element. Read More.
-
HTML legend Tag
HTML legend Tag is used to define caption for fieldset element. Read More.
-
HTML fieldset Tag
HTML fieldset Tag defines related elements in a form. Read more.
-
HTML datalist Tag
HTML datalist Tag defines the input control options list. Read more.
-
HTML output Tag
HTML output Tag defines result of calculation, Read more.
Frame Tags
-
HTML frame Tag
HTML frame Tag defines a frame in a frameset. Read more.
-
HTML frameset Tag
HTML frameset Tag creates set of frames. Read more.
-
HTML iframe Tag
HTML iframe Tag is used to define frame element. Read more.
-
HTML noframes Tag
HTML noframes Tag defines alternative content if frames are not supported. Read more.
Images Tags
-
HTML img Tag
HTML img Tag is used to define Image Content. Read more
-
HTML map Tag
HTML map Tag defines image map. Read More.
-
HTML area Tag
The area tag defines area inside an image map. Read More.
-
HTML canvas Tag
HTML canvas Tag is used to draw graphics element using JavaScript. Read more.
-
HTML figcaption Tag
HTML figcaption Tag defines caption for figure tag. Read more.
-
HTML figure Tag
HTML figure Tag defines self contained content. Read more.
-
HTML picture Tag
HTML picture Tag is used to define container for more than one image resources, Read more.
-
HTML svg Tag
HTML svg Tag is used to define container for SVG graphics.
Audio/Video Tags
-
HTML audio Tag
HTML audio Tag is used to define the audio content. Read more.
-
HTML track Tag
HTML track Tag is used to define track of media element.
-
HTML video Tag
HTML video Tag is used to define video content.
-
HTML source Tag
HTML source Tag is used to define media resources for media elements.
Link Tags
-
HTML anchor Tag
The anchor tag is used to create hyperlinks on web page. Read More.
-
HTML link Tag
HTML link Tag is used to include CSS style sheets. Read More.
-
HTML nav Tag
HTML nav Tag defines navigation section of web page. Read more.
List Tags
-
HTML ol Tag
HTML ol Tag defines ordered list, Read more.
-
HTML ul Tag
HTML ul Tag is used to define unordered list.
-
HTML li Tag
HTML li Tag is used to define list item. Read More.
-
HTML dir Tag
HTML dir Tag defines the directory list. Read more.
-
HTML dl Tag
HTML dl Tag defines the description list. Read more.
-
HTML dt Tag
HTML dt Tag defines the term in description list. Read more.
-
HTML dd Tag
HTML dd Tag defines the description of the term in description list. Read more.
Table Tags
-
HTML table Tag
HTML table Tag is used to create HTML tables.
-
HTML caption Tag
HTML caption Tag is define the table caption. Read more.
-
HTML td Tag
HTML td Tag is used to define a single cell of table.
-
HTML tr Tag
HTML tr Tag is used to define row of table.
-
HTML th Tag
HTML th Tag is used to define header cell of table.
-
HTML tbody Tag
HTML tbody Tag is used to define body of table.
-
HTML tfoot Tag
HTML tfoot Tag is used to define footer of table.
-
HTML thead Tag
HTML thead Tag is used to define header of table.
-
HTML col Tag
HTML col Tag is used to define column properties for columns in column group. Read more.
-
HTML colgroup Tag
HTML colgroup Tag is used to define group of columns in table. Read more.
Style and Semantic Tags
-
HTML div Tag
HTML div Tag defines the container for content. Read more.
-
HTML style Tag
HTML style Tag is used to write CSS Code.
-
HTML span Tag
HTML span Tag is an inline container used to style text.
-
HTML header Tag
HTML Header Tag is used to create header section of the document. Read more.
-
HTML footer Tag
HTML footer Tag defines footer of document or web page. Read more.
-
HTML main Tag
HTML main Tag defines main content of document. Read More.
-
HTML section Tag
HTML section Tag is used to define section in document.
-
HTML article Tag
HTML article Tag is used for the independent content. Read More.
-
HTML aside Tag
HTML aside Tag is used to define the aside content from main content. Read more.
-
HTML details Tag
HTML details Tag defines the extra details about content. Read more.
-
HTML dialog Tag
HTML dialog Tag defines the dialog box. Read more.
-
HTML data Tag
HTML data Tag is used to define machine readable translation. Read more.
-
HTML summary Tag
HTML summary Tag is used to define heading for details element.
Meta Tags
-
HTML meta Tag
HTML meta Tag defines meta data of HTML Document. Read more.
-
HTML head Tag
HTML Head Tag contains the meta information about the web page.
-
HTML base Tag
HTML base Tag defines the base URL of all the URLS in HTML Document. Read more.
-
HTML basefont Tag
HTML basefont Tag is used to define the size, color, and font of all text in the document. Read more.
Programming Tags
-
HTML script Tag
HTML script Tag is used to define script.
-
HTML noscript Tag
HTML noscript Tag defines alternative content if script tag is not supported Read more.
-
HTML applet Tag
The applet tag is used to embed Java applets in HTML. Read More.
-
HTML embed Tag
HTML embed Tag defines container for external content. Read More.
-
HTML object Tag
HTML object Tag defines embedded object. Read more.
-
HTML param Tag
HTML param Tag is used to define parameter for object tag, Read more.