html semantic tags mozilla
These are some of the roughly 100 semantic elements available:
<article>
<aside>
<details>
<figcaption>
<figure>
<footer>
<header>
<main>
<mark>
<nav>
<section>
<summary>
<time>
html semantic tags mozilla
These are some of the roughly 100 semantic elements available:
<article>
<aside>
<details>
<figcaption>
<figure>
<footer>
<header>
<main>
<mark>
<nav>
<section>
<summary>
<time>
all semantic html tags
<article> Defines independent, self-contained content
<aside> Defines content aside from the page content
<details> Defines additional details that the user can view or hide
<figcaption> Defines a caption for a <figure> element
<figure> Specifies self-contained content, like illustrations, diagrams, photos, code listings, etc.
<footer> Defines a footer for a document or section
<header> Specifies a header for a document or section
<main> Specifies the main content of a document
<mark> Defines marked/highlighted text
<nav> Defines navigation links
<section> Defines a section in a document
<summary> Defines a visible heading for a <details> element
<time> Defines a date/time
semantic elements
HTML has both non-semantic and semantic elements.
"Semantic" in HTML terms just means more specific
<div> and <span> are not semantic because they tell you nothing about their
contents, however, elements such as <article>, <figure>, <footer>, etc. are
semantic because they tell you exactly what they contain.
Semantic Element
<article>
<aside>
<details>
<figcaption>
<figure>
<footer>
<header>
<main>
<mark>
<nav>
<section>
<summary>
<time>
html semantic
<div></div>
<span></span>
<hr> <!-- horizontal rule is a divider -->
<br> <!-- break make a break line -->
<sup></sup> <!-- superscript add a notation (upp) -->
<sub></sub> <!-- subscript add a notation (down) -->
< <!-- &; is used to print special or reserved character
< = “<” and > = “>” -->
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us