100 HTML Tags

0

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

100 HTML ( Hyper Text Markup Language ) Tags. Geekscodes

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.

  1.  <a> – This tag is used to create a hyperlink which links one page to another page. 👉  Read More
  2.  <abbr> – This tag is used to define an abbreviation or an acronym.  👉 Read More
  3.  <acronym> – This tag is used to define an acronym.  👉 Read More
  4.  <address> – This tag is used to define the contact information for the author/owner of a document or an article.
  5.  <applet> – This tag is used to embed a Java applet in a web page.
  6.  <area> – This tag is used to define an area inside an image map.
  7.  <article> – This tag is used to define an article.
  8.  <aside> – This tag is used to define content aside from the main content of the page.
  9.  <audio> – This tag is used to embed audio content in a page.
  10.  <b> – This tag is used to define bold text.
  11.  <base> – This tag is used to define a base URL for all the links on a page.
  12.  <basefont> – This tag is used to define a default font size, color, and family for all the text on a page.
  13.  <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.
  14.  <bdo> – This tag is used to override the default text direction on a page.
  15.  <big> – This tag is used to define big text.
  16.  <blockquote> – This tag is used to define a section that is quoted from another source.
  17.  <body> – This tag is used to define the body of a document.
  18.  <br> – This tag is used to insert a line break.
  19.  <button> – This tag is used to create a button.
  20.  <canvas> – This tag is used to draw graphics, on the fly, via scripting (usually JavaScript).
  21.  <caption> – This tag is used to define a table caption.
  22.  <center> – This tag is used to center-align text.
  23.  <cite> – This tag is used to define the title of a work.
  24.  <code> – This tag is used to define a piece of computer code.
  25.  <col> – This tag is used to define attributes for table columns.
  26.  <colgroup> – This tag is used to group columns in a table for formatting.
  27.  <data> – This tag is used to define data within a page.
  28.  <datalist> – This tag is used to specify a list of pre-defined options for input controls.
  29.  <dd> – This tag is used to define a description/value of a term in a definition list.
  30.  <del> – This tag is used to define text that has been deleted from a document.
  31.  <details> – This tag is used to define additional details that the user can view or hide.
  32.  <dfn> – This tag is used to define a definition term.
  33.  <dialog> – This tag is used to define a dialog box or window.
  34.  <dir> – This tag is used to create a directory list.
  35.  <div> – This tag is used to group elements together for formatting purposes.
  36.  <dl> – This tag is used to create a definition list.
  37.  <dt> – This tag is used to define a term in a definition list.
  38.  <em> – This tag is used to define emphasized text.
  39.  <embed> – This tag is used to embed external content in a page.
  40.  <fieldset> – This tag is used to group related elements in a form.
  41.  <figcaption> – This tag is used to define a caption for a figure element.
  42.  <figure> – This tag is used to define a self-contained content.
  43.  <font> – This tag is used to define font, color, and size for text.
  44.  <footer> – This tag is used to define a footer for a document or section.
  45.  <form> – This tag is used to create a form for user input.
  46.  <frame> – This tag is used to create a frame.
  47.  <frameset> – This tag is used to create a set of frames.
  48.  <h1> – This tag is used to define the most important heading.
  49.  <h2> – This tag is used to define the second most important heading.
  50.  <h3> – This tag is used to define the third most important heading.
  51.  <h4> – This tag is used to define the fourth most important heading.
  52.  <h5> – This tag is used to define the fifth most important heading.
  53.  <h6> – This tag is used to define the sixth most important heading.
  54.  <head> – This tag is used to define information about the document.
  55.  <header> – This tag is used to define a header for a document or section.
  56.  <hr> – This tag is used to insert a horizontal rule.
  57.  <html> – This tag is used to define an HTML document.
  58.  <i> – This tag is used to define italic text.
  59.  <iframe> – This tag is used to create an inline frame.
  60.  <img> – This tag is used to insert an image.
  61.  <input> – This tag is used to create an input control.
  62.  <ins> – This tag is used to define text that has been inserted into a document.
  63.  <kbd> – This tag is used to define keyboard text.
  64.  <keygen> – This tag is used to generate a public-private key pair.
  65.  <label> – This tag is used to define a label for an input control.
  66.  <legend> – This tag is used to define a caption for a fieldset element.
  67.  <li> – This tag is used to define a list item.
  68.  <link> – This tag is used to define a relationship between a document and an external resource.
  69.  <main> – This tag is used to define the main content of a document.
  70.  <map> – This tag is used to define a client-side image-map.
  71.  <mark> – This tag is used to define marked/highlighted text.
  72.  <menu> – This tag is used to define a list/menu of commands.
  73.  <menuitem> – This tag is used to define a command/menu item that the user can invoke from a popup menu.
  74.  <meta> – This tag is used to define metadata about an HTML document.
  75.  <meter> – This tag is used to define a scalar measurement within a known range (a gauge).
  76.  <nav> – This tag is used to define a section of navigation links.
  77.  <noframes> – This tag is used to define an alternate content for users that do not support frames.
  78.  <noscript> – This tag is used to define an alternate content for users that do not support scripting.
  79.  <object> – This tag is used to define an embedded object.
  80.  <ol> – This tag is used to create an ordered list.
  81.  <optgroup> – This tag is used to group related options in a drop-down list.
  82.  <option> – This tag is used to define an option in a drop-down list.
  83.  <output> – This tag is used to define the result of a calculation.
  84.  <p> – This tag is used to define a paragraph.
  85.  <param> – This tag is used to define a parameter for an object.
  86.  <picture> – This tag is used to define a container for multiple image resources.
  87.  <pre> – This tag is used to define preformatted text.
  88.  <progress> – This tag is used to view the progress of a task.
  89.  <q> – This tag is used to define a short quotation.
  90.  <rp> – This tag is used to define what to show in browsers that do not support ruby annotations.
  91.  <rt> – This tag is used to define an explanation/pronunciation of characters (for East Asian typography).
  92.  <ruby> – This tag is used to define a ruby annotation (for East Asian typography).
  93.  <s> – This tag is used to define text that is no longer accurate or relevant.
  94.  <samp> – This tag is used to define sample output from a computer program.
  95.  <script> – This tag is used to define a client-side script.
  96.  <section> – This tag is used to define a section in a document.
  97.  <select> – This tag is used to create a drop-down list.
  98.  <small> – This tag is used to define small text.
  99.  <source> – This tag is used to define multiple media resources for media elements (<picture>, <audio>, and <video>).
  100.  <span> – This tag is used to define a section in a document.

Tags

Post a Comment

0Comments
Post a Comment (0)

#buttons=(Accept !) #days=(20)

Our website uses cookies to enhance your experience. Learn More
Accept !
✨ Updates