List of HTML Tags
WHAT ARE TAGS ?

--> HTML tags are like keywords which defines that how web browser will format and display the content. With the help of tags, a web browser can distinguish between an HTML content and a simple content. HTML tags contain three main parts: opening tag, content and closing tag. But some HTML tags are unclosed tags.

When a web browser reads an HTML document, browser reads it from top to bottom and left to right. HTML tags are used to create HTML documents and render their properties. Each HTML tags have different properties.

An HTML file must have some essential tags so that web browser can differentiate between a simple text and HTML text. You can use as many tags you want as per your code requirement.
 
Tags are the most important aspects in HTML. Without tags we can't make any kind of front end and webpage or the better interface view of any website or webpage. There are some tags which have been removed from HTML5, but still they can be used in HTML code.

So, here is the complete list of all HTML tags:-

Sr. No. Tag Description In HTML5?
1. <!--...--> Describe a comment text in the source code YES
2. <!doctype> Defines a document type YES
3. <a> Specific a anchor (Hyperlink)
Use for link in internal/external web documents.
YES
4. <abbr> Describes an abbreviation (acronyms) YES
5. <acronym> Describes an acronyms REMOVED
6. <address> Describes an address information YES
7. <applet> Embedding an applet in HTML document REMOVED
8. <area> Defines an area in an image map YES
9. <article> Defines an article YES
10. <aside> Describes contain set(or write) on aside place in page contain YES
11. <audio> Specific audio content YES
12. <b> Specific text weight bold YES
13. <base> Define a base URL for all the links with in a web page YES
14. <basefont> Describes a default font color, size, face in a document REMOVED
15. <bb> Define browser command, that command invoke as per client action REMOVED
16. <bdo> Specific direction of text display YES
17. <big> Defines a big text REMOVED
18. <blockquote> Specifies a long quotation YES
19. <body> Defines a main section(body) part in HTML document YES
20. <br /> Specific a single line break YES
21. <button> Specifies a press/push button YES
22. <canvas> Specifies the display graphics on HTML web documment YES
23. <caption> Define a table caption YES
24. <center> Specifies a text is display in center align REMOVED
25. <cite> Specifies a text citation YES
26. <code> Specifies computer code text YES
27. <col> Specifies a each column within a <colgroup> element in table YES
28. <colgroup> Defines a group of one or more columns inside table YES
29. <command> Define a command button, invoke as per user action YES
30. <datagrid> Define a represent data in datagrid either list wise or tree wise REMOVED
31. <datalist> Define a list of pre-defined options surrounding <input> tag YES
32. <dd> Defines a definition description in a definition list YES
33. <del> Specific text deleted in web document YES
34. <details> Define a additional details hide or show as per user action YES
35. <dfn> Define a definition team YES
36. <dialog> Define a chat conversation between one or more person REMOVED
37. <dir> Define a directory list REMOVED
38. <div> Define a division part YES
39. <dl> Define a definition list YES
40. <dt> Define a definition team YES
41. <em> Define a text is emphasize format YES
42. <embed> Define a embedding external application using a relative plug-in YES
43. <eventsource> Defines a source of event generates to remote server REMOVED
44. <fieldset> Defines a grouping of related form elements YES
45. <figcaption> Represents a caption text corresponding with a figure element YES
46. <figure> Represents self-contained content corresponding with a <figcaption> element YES
47. <font> Defines a font size, font face and font color for its text REMOVED
48. <footer> Defines a footer section containing details about the author, copyright, contact us, sitemap, or links to related documents. YES
49. <form> Defines a form section that having interactive input controls to submit form information to a server. YES
50. <frame> Defines frame window. REMOVED
51. <frameset> Used to holds one or more <frame> elements. REMOVED
52. <h1> to <h6> Defines a Headings level from 1 to 6 different sizes. YES
53. <head> Defines header section of HTML document. YES
54. <header> Defines as a container that hold introductory content or navigation links. YES
55. <hgroup> Defines the heading of a section that hold the h1 to h6 tags. REMOVED
56. <hr /> Represent a thematic break between paragraph-level tags. It is typically draw horizontal line. YES
57. <html> Define a document is a HTML markup language YES
58. <i> Defines a italic format text YES
59. <iframe> Defines a inline frame that embedded external content into current web document. YES
60. <img> Used to insert image into a web document. YES
61. <input> Define a get information in selected input YES
62. <ins> Used to indicate text that is inserted into a page and indicates changes to a document. YES
63. <isindex> Used to create a single line search prompt for querying the contents of the document. REMOVED
64. <kbd> Used to identify text that are represents keyboard input. YES
65. <keygen> Used to generate signed certificate, which is used to authenticate to services. REMOVED
66. <label> Used to caption a text label with a form <input> element. YES
67. <legend> Used to add a caption (title) to a group of related form elements that are grouped together into the <fieldset> tag. YES
68. <li> Define a list item either ordered list or unordered list. YES
69. <link> Used to load an external stylesheets into HTML document. YES
70. <map> Defines an clickable image map. YES
71. <mark> Used to highlighted (marked) specific text. YES
72. <menu> Used to display a unordered list of items/menu of commands. YES
73. <meta> Used to provide structured metadata about a web page. YES
74. <meter> Used to measure data within a given range. YES
75. <nav> Used to defines group of navigation links. YES
76. <noframes> Used to provide a fallback content to the browser that does not support the <frame> element. REMOVED
77. <noscript> Used to provide an fall-back content to the browser that does not support the JavaScript. YES
78. <object> Used to embedded objects such as images, audio, videos, Java applets, and Flash animations. YES
79. <ol> Defines an ordered list of items. YES
80. <optgroup> Used to create a grouping of options, the related options are grouped under specific headings. YES
81. <option> Represents option items within a <select>, <optgroup> or <datalist> element. YES
82. <output> Used for representing the result of a calculation. YES
83. <p> Used to represents a paragraph text. YES
85. <param> Provides parameters for embedded object element. YES
86. <pre> Used to represents preformatted text. YES
87. <progress> Represents the progress of a task. YES
88. <q> Represents the short quotation. YES
89. <rp> Used to provide parentheses around fall-back content to the browser that does not support the ruby annotations. YES
90. <rt> Specifies the ruby text of ruby annotation. YES
91. <ruby> Used to represents a ruby annotation. YES
92. <s> Text display in strikethrough style. YES
93. <samp> Represents text that should be interpreted as sample output from a computer program. YES
94. <script> Defines client-side JavaScript. YES
95. <section> Used to divide a document into number of different generic section. YES
96. <select> Used to create a drop-down list. YES
97. <small> Used to makes the text one size smaller. YES
98. <source> Used to specifies multiple media resources. YES
99. <span> Used to grouping and applying styles to inline elements. YES
100. <strike> Represents strikethrough text. REMOVED
101. <strong> Represents strong emphasis greater important text. YES
102. <style> Used to add CSS style to an HTML document. YES
103. <sub> Represents inline subscript text. YES
104. <sup> Represents inline superscript text. YES
105. <table> Used to defines a table in an HTML document. YES
106. <tbody> Used for grouping table rows. YES
107. <td> Used for creates standard data cell in HTML table. YES
108. <textarea> Create multi-line text input. YES
109. <tfoot> Used to adding a footer to a table that containing summary of the table data. YES
110. <th> Used for creates header of a group of cell in HTML table. YES
111. <thead> Used to adding a header to a table that containing header information of the table. YES
112. <time> Represents the date and/or time in an HTML document. YES
113. <title> Represents title to an HTML document. YES
114. <tr> Defines a row of cells in a table. YES
115. <track> Represents text tracks for both the <audio> and <video> tags. YES
116. <tt> Represents teletype text. REMOVED
117. <u> Represents underlined text. YES
118. <ul> Defines an unordered list of items. YES
119. <var> Represents a variable in a computer program or mathematical equation. YES
120. <video> Used to embed video content. YES
121. <wbr> Defines a word break opportunity in a long string of text. YES

Post a Comment

FOR ANY DOUBTS AND ERRORS FEEL FREE TO ASK. YOUR DOUBTS WILL BE ADDRESSED ASAP

Previous Post Next Post