100 HTML ( Hyper Text Markup Language ) Tags.
The Hyper Text Markup Language or HTML is the standard markup language for documents designed to be displayed in a web browser.
Start with "100 tags" with HTML, use them to learn HTML in a new way and the quick way. You can try them by yourself. Along with tags we have provided little information by which you can start learning new HTML tags.
- <a> – This tag is used to create a hyperlink which links one page to another page. 👉 Read More
- <abbr> – This tag is used to define an abbreviation or an acronym. 👉 Read More
- <acronym> – This tag is used to define an acronym. 👉 Read More
- <address> – This tag is used to define the contact information for the author/owner of a document or an article.
- <applet> – This tag is used to embed a Java applet in a web page.
- <area> – This tag is used to define an area inside an image map.
- <article> – This tag is used to define an article.
- <aside> – This tag is used to define content aside from the main content of the page.
- <audio> – This tag is used to embed audio content in a page.
- <b> – This tag is used to define bold text.
- <base> – This tag is used to define a base URL for all the links on a page.
- <basefont> – This tag is used to define a default font size, color, and family for all the text on a page.
- <bdi> – This tag is used to isolate a part of text that might be formatted in a different direction from other text on the page.
- <bdo> – This tag is used to override the default text direction on a page.
- <big> – This tag is used to define big text.
- <blockquote> – This tag is used to define a section that is quoted from another source.
- <body> – This tag is used to define the body of a document.
- <br> – This tag is used to insert a line break.
- <button> – This tag is used to create a button.
- <canvas> – This tag is used to draw graphics, on the fly, via scripting (usually JavaScript).
- <caption> – This tag is used to define a table caption.
- <center> – This tag is used to center-align text.
- <cite> – This tag is used to define the title of a work.
- <code> – This tag is used to define a piece of computer code.
- <col> – This tag is used to define attributes for table columns.
- <colgroup> – This tag is used to group columns in a table for formatting.
- <data> – This tag is used to define data within a page.
- <datalist> – This tag is used to specify a list of pre-defined options for input controls.
- <dd> – This tag is used to define a description/value of a term in a definition list.
- <del> – This tag is used to define text that has been deleted from a document.
- <details> – This tag is used to define additional details that the user can view or hide.
- <dfn> – This tag is used to define a definition term.
- <dialog> – This tag is used to define a dialog box or window.
- <dir> – This tag is used to create a directory list.
- <div> – This tag is used to group elements together for formatting purposes.
- <dl> – This tag is used to create a definition list.
- <dt> – This tag is used to define a term in a definition list.
- <em> – This tag is used to define emphasized text.
- <embed> – This tag is used to embed external content in a page.
- <fieldset> – This tag is used to group related elements in a form.
- <figcaption> – This tag is used to define a caption for a figure element.
- <figure> – This tag is used to define a self-contained content.
- <font> – This tag is used to define font, color, and size for text.
- <footer> – This tag is used to define a footer for a document or section.
- <form> – This tag is used to create a form for user input.
- <frame> – This tag is used to create a frame.
- <frameset> – This tag is used to create a set of frames.
- <h1> – This tag is used to define the most important heading.
- <h2> – This tag is used to define the second most important heading.
- <h3> – This tag is used to define the third most important heading.
- <h4> – This tag is used to define the fourth most important heading.
- <h5> – This tag is used to define the fifth most important heading.
- <h6> – This tag is used to define the sixth most important heading.
- <head> – This tag is used to define information about the document.
- <header> – This tag is used to define a header for a document or section.
- <hr> – This tag is used to insert a horizontal rule.
- <html> – This tag is used to define an HTML document.
- <i> – This tag is used to define italic text.
- <iframe> – This tag is used to create an inline frame.
- <img> – This tag is used to insert an image.
- <input> – This tag is used to create an input control.
- <ins> – This tag is used to define text that has been inserted into a document.
- <kbd> – This tag is used to define keyboard text.
- <keygen> – This tag is used to generate a public-private key pair.
- <label> – This tag is used to define a label for an input control.
- <legend> – This tag is used to define a caption for a fieldset element.
- <li> – This tag is used to define a list item.
- <link> – This tag is used to define a relationship between a document and an external resource.
- <main> – This tag is used to define the main content of a document.
- <map> – This tag is used to define a client-side image-map.
- <mark> – This tag is used to define marked/highlighted text.
- <menu> – This tag is used to define a list/menu of commands.
- <menuitem> – This tag is used to define a command/menu item that the user can invoke from a popup menu.
- <meta> – This tag is used to define metadata about an HTML document.
- <meter> – This tag is used to define a scalar measurement within a known range (a gauge).
- <nav> – This tag is used to define a section of navigation links.
- <noframes> – This tag is used to define an alternate content for users that do not support frames.
- <noscript> – This tag is used to define an alternate content for users that do not support scripting.
- <object> – This tag is used to define an embedded object.
- <ol> – This tag is used to create an ordered list.
- <optgroup> – This tag is used to group related options in a drop-down list.
- <option> – This tag is used to define an option in a drop-down list.
- <output> – This tag is used to define the result of a calculation.
- <p> – This tag is used to define a paragraph.
- <param> – This tag is used to define a parameter for an object.
- <picture> – This tag is used to define a container for multiple image resources.
- <pre> – This tag is used to define preformatted text.
- <progress> – This tag is used to view the progress of a task.
- <q> – This tag is used to define a short quotation.
- <rp> – This tag is used to define what to show in browsers that do not support ruby annotations.
- <rt> – This tag is used to define an explanation/pronunciation of characters (for East Asian typography).
- <ruby> – This tag is used to define a ruby annotation (for East Asian typography).
- <s> – This tag is used to define text that is no longer accurate or relevant.
- <samp> – This tag is used to define sample output from a computer program.
- <script> – This tag is used to define a client-side script.
- <section> – This tag is used to define a section in a document.
- <select> – This tag is used to create a drop-down list.
- <small> – This tag is used to define small text.
- <source> – This tag is used to define multiple media resources for media elements (<picture>, <audio>, and <video>).
- <span> – This tag is used to define a section in a document.