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