HTML Layout Elements :
Html&CSS book
welcme to read 3 ^.^
HTML has several semantic elements that define the different parts of a web page:
HTML5 Semantic Elements:
-
- Defines a header for a document or a section -
- Defines a section in a document -
- Defines an independent, self-contained content -
- Defines additional details that the user can open and close on demand
-
- Defines a heading for the element You can read more about semantic elements in our HTML Semantics chapter.
Extera Markup :
| Element | Markdown Syntax |
|---|---|
| Footnote | Here’s a sentence with a footnote. [^1] |
| Heading ID | ### My Great Heading {#custom-id} |
| Definition List | term : Definition |
| Strikethrough | |
| Horizontal Rule | — |
