HTML5 Tags Tutorial – HTML5 Tags Reference, HTML5 Tags Examples

Last Updated on: April 17, 2020   Posted By: Web Design Reference

HTML5 Tags Tutorial: Learn HTML5 Tags basic concept, Different Type of HTML5 Tags, HTML5 Tags Reference Guide, Know what are HTML5 Tags, HTML5 Tags Examples. In this page to learn the HTML Tags definition, the Purpose of using HTML5 Tags, and how to use HTML5 Tags on a web page with examples. Follow and Like us on Facebook, Twitter, LinkedIn, Pinterest for the latest posts.

What is HTML Tags?

HTML Tags: HTML tags contain three main parts: opening tag (Like <html>), content and closing tag (Like </html>). But some HTML tags are unclosed tags like <img>, <br>.

HTML Tags Tutorial: List of New HTML5 Tags

  • Tag
    Tag Description
    Tag Version
  • <article>
    Article tag is used for defining an article section in html document.
    HTML 5
  • <aside>
    This tag is used for defining a side bar in html document.
    HTML 5
  • <audio>
    It is used for inserting an audio ( mp3 or wav format) file in html document.
    HTML 5
  • <bdi>
    BDI tag (Bi Directional Isolates) change a part of text in different direction from other text in html document.
    HTML 5
  • <canvas>
    Define graphics which is created by using javascript
    HTML 5
  • <caption>
    Caption tag define table captions in html document.
     
  • <datalist>
    Is is used to specifies a list of pre-defined options (autocomplete feature) for an <input> element.
    HTML 5
  • <details>
    Is is used to specifies additional details (Short description of any content) that the user can view or hide.
    HTML 5
  • <dialog>
    Is is used to display a dialog box in a page.
    HTML 5
  • <embed>
    Is is used to defines a container for an external content or interactive content in a page.
    HTML 5
  • <figcaption>
    Is is used to defines a caption for a <figure&gt element.
    HTML 5
  • <figure>
    Is is used to specifies self-contained content like photo with caption.
    HTML 5
  • <footer>
    Is is used to defines a footer (Bottom Part) for a document/section.
    HTML 5
  • <header>
    Is is used to defines a header (Header Part) for a document/section.
     
  • <main>
    Is is used to define the main content/section of a document.
    HTML 5
  • <mark>
    Is is used to defines the marked text(highlighted text).
    HTML 5
  • <meter>
    Is is used to measure data within a given range (This is also known as a gauge).
     
  • <nav>
    Is is used to defines a set of navigation links.
    HTML 5
  • <output>
    Is is used to represents the result of a calculation.
    HTML 5
  • <progress>
    Is is used to represents the progress of a task.
    HTML 5
  • <rp>
    Is is used to
    HTML 5
  • <rt>
    Is is used to
    HTML 5
  • <ruby>
    Is is used to
    HTML 5
  • <section>
    Is is used to
    Html 5
  • <source>
    Is is used to
     
  • <summary>
    Is is used to
     
  • <time>
    Is is used to
    HTML 5
  • <track>
    Is is used to
    HTML5
  • <video>
    It is used for inserting video in html document.
    HTML5
  • <wbr>
    It is for word break in html document.
     
 
 

Web Design Reference Guide Android App for Website Developers

Web Design Reference Guide Android App: Web Design Tutorial App is a tutorial and reference-based app. It provides Web Design Tutorial and Reference to Web Designers or Web Developers to grow their Web Development skills.

Also Related to This Page

 

Leave a Reply