Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.07 KB

File metadata and controls

38 lines (23 loc) · 1.07 KB

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 set of navigation links
  • - Defines a section in a document
  • - Defines an independent, self-contained content
  • - Defines content aside from the content (like a sidebar)
  • - Defines a footer for a document or a section
  • Details - Defines additional details that the user can open and close on demand
  • - Defines a heading for the
    Details 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 The world is flat.
Horizontal Rule ---