 |
Semantic HTML doc on Wikipedia |
Semantic HTML
is the use of named HTML markup to mark the semantics, or meaning of content on a webpage or a web application.
There are a lot of HTML5 semantic elements note / cheat sheet that you can find online. Thus, you can search for a HTML5 element cheat sheet to assist you on remembering them.
Cheat sheet
What is a cheat sheet?
I believe this term is used in North America and it means a document that you use to help you remember some knowledge or information. It is usually allowed in exams that require a lot of memorization when those exams are not intended to measure your memorization ability, I suppose.
You can also go to
MDN HTML Element document to see a possibly comprehensive list of HTML elements.
Examples of semantic elements
<article>
<aside>
<details>
<figcaption>
<figure>
<footer>
<header>
<main>
<nav>
<section>
<summary>
<time>
Thanks for reading!
Jun
Comments
Post a Comment