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
-
TagTag DescriptionTag 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 javascriptHTML 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> 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 toHTML 5
-
<rt>Is is used toHTML 5
-
<ruby>Is is used toHTML 5
-
<section>Is is used toHtml 5
-
<source>Is is used to
-
<summary>Is is used to
-
<time>Is is used toHTML 5
-
<track>Is is used toHTML5
-
<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
- HTML5 Attribute Tutorial and HTML5 Attribute Reference
- HTML5 Doctype Tutorial and HTML5 Doctype Reference
- HTML5 Examples – HTML5 Tutorial Examples, HTML5 Reference Examples
- HTML5 Graphics Tutorial and HTML5 Graphics Reference
- HTML5 Media Tutorial and HTML5 Media Reference
- HTML5 Tags Tutorial and HTML5 Tags Reference