HTML 5, Introduces some new tags, which is as follows. Here we discuss New tags in HTML5

What are the New Tags In HTML 5
<footer>
Defines a footer for a
document or section
document or section
<header>
Defines a header for a
document or section
document or section
<article>
Defines an article in a
document
document
<aside>
Defines content aside from the
page content
<details>
Defines additional details
that the user can view or hide
<dialog>
Defines a dialog box or window
<figcaption>
Defines a caption for a
<figure> element
<figure>
Defines self-contained content
<main>
Defines the main content of a
document
<mark>
Defines marked/highlighted
text
text
<meter>
Defines a scalar measurement
within a known range (a gauge)
<nav>
Defines navigation links
<progress>
Represents the progress of a
task
<rp>
Defines what to show in
browsers that do not support ruby annotations
browsers that do not support ruby annotations
<section>
Defines a section in a
document
<summary>
Defines a visible heading for
a <details> element
a <details> element
<time>
Defines a date/time
<video>
Defines a video file.
Faq's:
1.How many tags are there in HTML5?
HTML tags are used to add contents in html like video, audio, heading, tables, link lists etc. The Latest version of HTML, i.e. HTML5 Includes, 145 tags.
2.What are the 4 main tags in HTML?
The main tags in html is Head, Title, body & Paragraph.
Conclusion: so here we discuss New tags in HTML5. If you like this post please bookmark our site.
Post a Comment