All HTML tag list.


No. Tag Description
1 <!--...--> Defines a comment
2 <!DOCTYPE>  Defines the document type
3 <a> Defines a hyperlink
4 <abbr> Defines an abbreviation or an acronym
5 <acronym> Not supported in HTML5. Use <abbr> instead.
Defines an acronym
6 <address> Defines contact information for the author/owner of a document
7 <applet> Not supported in HTML5. Use <embed> or <object> instead.
Defines an embedded applet
8 <area> Defines an area inside an image map
9 <article> Defines an article
10 <aside> Defines content aside from the page content
11 <audio> Defines embedded sound content
12 <b> Defines bold text
13 <base> Specifies the base URL/target for all relative URLs in a document
14 <basefont> Not supported in HTML5. Use CSS instead.
Specifies a default color, size, and font for all text in a document
15 <bdi> Isolates a part of text that might be formatted in a different direction from other text outside it
16 <bdo> Overrides the current text direction
17 <big> Not supported in HTML5. Use CSS instead.
Defines big text
18 <blockquote> Defines a section that is quoted from another source
19 <body> Defines the document's body
20 <br> Defines a single line break
21 <button> Defines a clickable button
22 <canvas> Used to draw graphics, on the fly, via scripting (usually JavaScript)
23 <caption> Defines a table caption
24 <center> Not supported in HTML5. Use CSS instead.
Defines centered text
25 <cite> Defines the title of a work
26 <code> Defines a piece of computer code
27 <col> Specifies column properties for each column within a <colgroup> element 
28 <colgroup> Specifies a group of one or more columns in a table for formatting
29 <data> Adds a machine-readable translation of a given content
30 <datalist> Specifies a list of pre-defined options for input controls
31 <dd> Defines a description/value of a term in a description list
32 <del> Defines text that has been deleted from a document
33 <details> Defines additional details that the user can view or hide
34 <dfn> Specifies a term that is going to be defined within the content
35 <dialog> Defines a dialog box or window
36 <dir> Not supported in HTML5. Use <ul> instead.
Defines a directory list
37 <div> Defines a section in a document
38 <dl> Defines a description list
39 <dt> Defines a term/name in a description list
40 <em> Defines emphasized text 
41 <embed> Defines a container for an external application
42 <fieldset> Groups related elements in a form
43 <figcaption> Defines a caption for a <figure> element
44 <figure> Specifies self-contained content
45 <font> Not supported in HTML5. Use CSS instead.
Defines font, color, and size for text
46 <footer> Defines a footer for a document or section
47 <form> Defines an HTML form for user input
48 <frame> Not supported in HTML5.
Defines a window (a frame) in a frameset
49 <frameset> Not supported in HTML5.
Defines a set of frames
50 <h1> to <h6> Defines HTML headings
51 <head> Contains metadata/information for the document
52 <header> Defines a header for a document or section
53 <hr> Defines a thematic change in the content
54 <html> Defines the root of an HTML document
55 <i> Defines a part of text in an alternate voice or mood
56 <iframe> Defines an inline frame
57 <img> Defines an image
58 <input> Defines an input control
59 <ins> Defines a text that has been inserted into a document
60 <kbd> Defines keyboard input
61 <label> Defines a label for an <input> element
62 <legend> Defines a caption for a <fieldset> element
63 <li> Defines a list item
64 <link> Defines the relationship between a document and an external resource (most used to link to style sheets)
65 <main> Specifies the main content of a document
66 <map> Defines an image map
67 <mark> Defines marked/highlighted text
68 <meta> Defines metadata about an HTML document
69 <meter> Defines a scalar measurement within a known range (a gauge)
70 <nav> Defines navigation links
71 <noframes> Not supported in HTML5.
Defines an alternate content for users that do not support frames
72 <noscript> Defines an alternate content for users that do not support client-side scripts
73 <object> Defines a container for an external application
74 <ol> Defines an ordered list
75 <optgroup> Defines a group of related options in a drop-down list
76 <option> Defines an option in a drop-down list
77 <output> Defines the result of a calculation
78 <p> Defines a paragraph
79 <param> Defines a parameter for an object
80 <picture> Defines a container for multiple image resources
81 <pre> Defines preformatted text
82 <progress> Represents the progress of a task
83 <q> Defines a short quotation
84 <rp> Defines what to show in browsers that do not support ruby annotations
85 <rt> Defines an explanation/pronunciation of characters (for East Asian typography)
86 <ruby> Defines a ruby annotation (for East Asian typography)
87 <s> Defines text that is no longer correct
88 <samp> Defines sample output from a computer program
89 <script> Defines a client-side script
90 <section> Defines a section in a document
91 <select> Defines a drop-down list
92 <small> Defines smaller text
93 <source> Defines multiple media resources for media elements (<video> and <audio>)
94 <span> Defines a section in a document
95 <strike> Not supported in HTML5. Use <del> or <s> instead.
Defines strikethrough text
96 <strong> Defines important text
97 <style> Defines style information for a document
98 <sub> Defines subscripted text
99 <summary> Defines a visible heading for a <details> element
100 <sup> Defines superscripted text
101 <svg> Defines a container for SVG graphics
102 <table> Defines a table
103 <tbody> Groups the body content in a table
104 <td> Defines a cell in a table
105 <template> Defines a container for content that should be hidden when the page loads
106 <textarea> Defines a multiline input control (text area)
107 <tfoot> Groups the footer content in a table
107 <th> Defines a header cell in a table
108 <thead> Groups the header content in a table
109 <time> Defines a specific time (or datetime)
110 <title> Defines a title for the document
111 <tr> Defines a row in a table
112 <track> Defines text tracks for media elements (<video> and <audio>)
113 <tt> Not supported in HTML5. Use CSS instead.
Defines teletype text
114 <u> Defines some text that is unarticulated and styled differently from normal text
115 <ul> Defines an unordered list
116 <var> Defines a variable
117 <video> Defines embedded video content
118 <wbr> Defines a possible line-break'
All HTML tag list.

html tags

Reactions

Post a Comment

0 Comments