There are many HTML Tags. The List of all HTML Tags is given below with their functions and usage.
Table of Contents
HTML Tags
HTML Tags are the keywords that are used to construct the simple HTML Document, Web Page or Website.
HTML Tags Function
The main function of HTML Tag is to define the set of rules for browsers to display the content of web page in a certain way. The content could be anything Text, Image and even video (thanks to HTML5). It tells your browser what to display on the Web Page and how to display it.
HTML Tags List
List of all HTML Tags is given below with their function.
-
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 anchor Tag
The anchor tag is used to create hyperlinks on web page. Read More.
-
HTML abbr Tag
The abbr tag is used to define an abbreviation like HTML, CSS etc. Read More.
-
HTML acronym Tag
Acronym Tag is like abbr tag. Acronym tag is used to define the abbreviation. 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 applet Tag
The applet tag is used to embed Java applets in HTML. Read More.
-
HTML area Tag
The area tag defines area inside an image map. Read More.
-
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 audio Tag
HTML audio Tag is used to define the audio content. Read more.
-
HTML b Tag
HTML b Tag is used to define the bold text. Read more.
-
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.
-
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 body Tag
HTML body Tag is used to define the Web Page Body. Read more.
-
HTML br Tag
HTML br Tag is used create a line break in normal flow of content. Read more.
-
HTML button Tag
HTML button Tag is used to create the HTML button. Read more.
-
HTML canvas Tag
HTML canvas Tag is used to draw graphics element using JavaScript. Read more.
-
HTML caption Tag
HTML caption Tag is define the table caption. 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 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.
-
HTML data Tag
HTML data Tag is used to define machine readable translation. Read more.
-
HTML datalist Tag
HTML datalist Tag defines the input control options list. Read more.
-
HTML dd Tag
HTML dd Tag defines the description of the term in description list. Read more.
-
HTML del Tag
HTML del Tag defines the deleted text from the document. Read more.
-
HTML details Tag
HTML details Tag defines the extra details about content. Read more.
-
HTML dfn Tag
HTML dfn Tag is used to define the defining instance of a term. Read more.
-
HTML dialog Tag
HTML dialog Tag defines the dialog box. Read more.
-
HTML dir Tag
HTML dir Tag defines the directory list. Read more.
-
HTML div Tag
HTML div Tag defines the container for content. 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 em Tag
HTML em Tag defines emphasized text. Read more.
-
HTML embed Tag
HTML embed Tag defines container for external content. Read More.
-
HTML fieldset Tag
HTML fieldset Tag defines related elements in a form. 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 font Tag
HTML font Tag defines font for text. Read more.
-
HTML footer Tag
HTML footer Tag defines footer of document or web page. Read more.
-
HTML form Tag
HTML form Tag is used to create Form. Read more.
-
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 Headings Tag
HTML Headings Tag are used to create HTML Headings. Read more.
-
HTML Head Tag
HTML Head Tag contains the meta information about the web page. Read more.
-
HTML Header Tag
HTML Header Tag is used to create header section of the document. Read more.
-
HTML Hr Tag
HTML Hr Tag is used to insert a horizontal rule. Read more.
-
HTML Tag
HTML Tag is used to define the root of HTML Document. 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 iframe Tag
HTML iframe Tag is used to define frame element. Read more.
-
HTML img Tag
HTML img Tag is used to define Image Content. Read more.
-
HTML input Tag
HTML input Tag is used to define Input Element. 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 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 li Tag
HTML li Tag is used to define list item. Read More.
-
HTML link Tag
HTML link Tag is used to include CSS style sheets. Read More.
-
HTML main Tag
HTML main Tag defines main content of document. Read More.
-
HTML map Tag
HTML map Tag defines image map. Read More.
-
HTML mark Tag
HTML mark Tag is used to define highlighted text. Read More.
-
HTML meta Tag
HTML meta Tag defines meta data of HTML Document. Read more.
-
HTML meter Tag
HTML meter Tag defines scalar measurement. Read more.
-
HTML nav Tag
HTML nav Tag defines navigation section of web page. Read more.
-
HTML noframes Tag
HTML noframes Tag defines alternative content if frames are not supported. Read more.
-
HTML noscript Tag
HTML noscript Tag defines alternative content if script tag is not supported Read more.
-
HTML object Tag
HTML object Tag defines embedded object. Read more.
-
HTML ol Tag
HTML ol Tag defines ordered list, Read more.
-
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 output Tag
HTML output Tag defines result of calculation, Read more.
-
HTML p Tag
HTML p Tag defines paragraph element.
-
HTML param Tag
HTML param Tag is used to define parameter for object tag, Read more.
-
HTML picture Tag
HTML picture Tag is used to define container for more than one image resources, 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 script Tag
HTML script Tag is used to define script.
-
HTML section Tag
HTML section Tag is used to define section in document.
-
HTML select Tag
HTML select Tag is used to define drop down list.
-
HTML small Tag
HTML small Tag is used to define smaller text.
-
HTML source Tag
HTML source Tag is used to define media resources for media elements.
-
HTML span Tag
HTML span Tag is an inline container used to style 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 style Tag
HTML style Tag is used to write CSS Code.
-
HTML sub Tag
HTML sub Tag is used to define sub-scripted text.
-
HTML summary Tag
HTML summary Tag is used to define heading for details element.
-
HTML sup Tag
HTML sup Tag is used to define super-scripted text.
-
HTML svg Tag
HTML svg Tag is used to define container for SVG graphics.
-
HTML table Tag
HTML table Tag is used to create HTML tables.
-
HTML tbody Tag
HTML tbody Tag is used to define body of table.
-
HTML td Tag
HTML td Tag is used to define a single cell of table.
-
HTML template Tag
HTML template Tag is used to define a template.
-
HTML textarea Tag
HTML textarea Tag is used to define a text input element.
-
HTML tfoot Tag
HTML tfoot Tag is used to define footer of table.
-
HTML th Tag
HTML th Tag is used to define header cell of table.
-
HTML thead Tag
HTML thead Tag is used to define header of table.
-
HTML time Tag
HTML time Tag is used to define time and date.
-
HTML title Tag
HTML title Tag is used to define title of web page.
-
HTML tr Tag
HTML tr Tag is used to define row of table.
-
HTML track Tag
HTML track Tag is used to define track of media element.
-
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 ul Tag
HTML ul Tag is used to define unordered list.
-
HTML var Tag
HTML var Tag is used to define variable.
-
HTML video Tag
HTML video Tag is used to define video content.
-
HTML wbr Tag
HTML wbr Tag is used to define possible line break.