List of all html tags
List of all html tags
List of HTML Tags
| Tag | Description |
|---|---|
| <!DOCTYPE> | Defines the document type and version. |
| <html> | Root element that encloses the entire HTML document. |
| <head> | Contains metadata about the document. |
| <title> | Defines the title of the webpage. |
| <meta> | Provides metadata about the document. |
| <link> | Links external resources like stylesheets. |
| <style> | Contains CSS for styling the document. |
| <script> | Embeds or links to JavaScript code. |
| <noscript> | Provides alternate content for non-scripting browsers. |
| <body> | Contains the visible content of the webpage. |
| <header> | Represents the header section of a document. |
| <nav> | Defines navigation links. |
| <main> | Represents the main content of the document. |
| <article> | Defines an independent piece of content. |
| <section> | Defines a section in the document. |
| <aside> | Defines content aside from the main content. |
| <footer> | Represents the footer section of a document. |
| <h1> to <h6> | Defines headings of different levels. |
| <p> | Defines a paragraph of text. |
| <br> | Inserts a line break. |
| <a> | Defines a hyperlink. |
| <img> | Embeds an image. |
| <video> | Embeds a video. |
| <audio> | Embeds audio content. |
| <source> | Defines multiple media resources for media elements. |
| <iframe> | Embeds an external webpage or content. |
| <blockquote> | Represents a section quoted from another source. |
| <q> | Defines a short inline quotation. |
| <abbr> | Defines an abbreviation or acronym. |
| <code> | Represents a piece of computer code. |
| <pre> | Defines preformatted text. |
| <mark> | Highlights text. |
| <strong> | Indicates strong importance. |
| <em> | Indicates emphasized text. |
| <del> | Represents deleted text. |
| <ins> | Represents inserted text. |
| <sub> | Defines subscripted text. |
| <sup> | Defines superscripted text. |
| <ul> | Defines an unordered (bulleted) list. |
| <ol> | Defines an ordered (numbered) list. |
| <li> | Defines a list item. |
| <dl> | Defines a description list. |
| <dt> | Defines a term (item) in a description list. |
| <dd> | Defines the description of a term in a description list. |
| <table> | Defines a table. |
| <tr> | Defines a table row. |
| <td> | Defines a table cell. |
| <th> | Defines a header cell in a table. |
| <caption> | Defines a caption for a table. |
| <thead> | Defines the header section of a table. |
| <tbody> | Defines the body section of a table. |
| <tfoot> | Defines the footer section of a table. |
| <colgroup> | Defines a group of columns in a table. |
| <col> | Defines properties for a group of columns in a table. |
| <form> | Defines an HTML form for user input. |
| <input> | Defines an input field within a form. |
| <textarea> | Defines a multiline text input field within a form. |
| <button> | Defines a clickable button. |
| <select> | Defines a dropdown list of options. |
| <optgroup> | Groups related options within a select element. |
| <option> | Defines an option within a select element or datalist. |
| <label> | Defines a label for an input element. |
| <fieldset> | Groups related elements in a form. |
| <legend> | Defines a caption for a fieldset element. |
| <progress> | Represents the progress of a task. |
| <meter> | Represents a scalar measurement within a known range. |
| <details> | Defines additional details that the user can view or hide. |
| <summary> | Defines a visible heading for a details element. |
| <datalist> | Specifies a list of pre-defined options for an input element. |
| <output> | Displays the result of a calculation. |
| <canvas> | Draws graphics using scripting (usually JavaScript). |
| <svg> | Defines scalable vector graphics. |
| <iframe> | Embeds an external webpage or content. |
| <object> | Embeds multimedia objects like audio, video, or plugins. |
| <param> | Defines parameters for an object element. |
| <embed> | Embeds external content like plugins or multimedia. |
| <map> | Defines an image map for clickable areas. |
| <area> | Defines clickable areas within an image map. |
| <details> | Defines additional details that the user can view or hide. |
| <summary> | Defines a visible heading for a details element. |
| <blockquote> | Represents a section that is quoted from another source. |
| <q> | Defines a short inline quotation. |
| <cite> | Defines the title of a creative work. |
| <abbr> | Defines an abbreviation or acronym. |
| <address> | Defines contact information for the author/owner of a document. |
| <bdo> | Overrides the current text direction. |
| <var> | Defines a variable. |
| <kbd> | Represents user input (typically keyboard input). |
| <samp> | Represents computer output or sample output from a program. |
| <dfn> | Represents the defining instance of a term. |
| <mark> | Defines marked or highlighted text. |
| <ruby> | Defines a ruby annotation (for East Asian typography). |
| <rt> | Defines the pronunciation of characters in a ruby annotation. |
| <rp> | Defines what to show in browsers that don't support ruby annotations. |
| <b> | Defines bold text. |
| <strong> | Defines important text (strong importance). |
| <i> | Defines italicized text. |
| <em> | Defines emphasized text. |
| <small> | Defines smaller text. |
| <sub> | Defines subscripted text. |
| <sup> | Defines superscripted text. |
| <s> | Defines strikethrough text. |
| <ins> | Defines inserted text. |
| <del> | Defines deleted text. |
| <u> | Defines underlined text. |
| <mark> | Defines marked or highlighted text. |
| <progress> | Defines the progress of a task. |
| <meter> | Defines a scalar measurement within a known range. |
| <time> | Defines a specific time (or time range). |
| <wbr> | Defines a possible line-break opportunity. |
| <iframe> | Embeds an external webpage or content. |
| <embed> | Embeds external content like plugins or multimedia. |
| <object> | Embeds multimedia objects like audio, video, or plugins. |
| <param> | Defines parameters for an object element. |
| <video> | Embeds video content. |
| <audio> | Embeds audio content. |
| <source> | Defines multiple media resources for media elements. |
| <canvas> | Draws graphics using scripting (usually JavaScript). |
| <svg> | Defines scalable vector graphics. |
| <math> | Defines mathematical formulas. |
| <select> | Defines a dropdown list of options. |
| <optgroup> | Groups related options within a select element. |
| <option> | Defines an option within a select element or datalist. |
| <label> | Defines a label for an input element. |
| <button> | Defines a clickable button. |
| <fieldset> | Groups related elements in a form. |
| <legend> | Defines a caption for a fieldset element. |
| <datalist> | Specifies a list of pre-defined options for an input element. |
| <output> | Displays the result of a calculation. |
| <keygen> | Defines a key-pair generator field for forms. |
| <progress> | Represents the progress of a task. |
| <command> | Defines a command button for dynamic interactions. |
| <menu> | Defines a list/menu of commands. |
| <summary> | Defines a visible heading for a details element. |
| <details> | Defines additional details that the user can view or hide. |
| <datagrid> | Defines a set of columns and rows for HTML tables. |
| <command> | Defines a command button for dynamic interactions. |
| <menuitem> | Defines a command/menu item for contextual menus. |
| <details> | Defines additional details that the user can view or hide. |
| <summary> | Defines a visible heading for a details element. |
1 comment