The <article> element

The HTML <article> element represents a self-contained composition in a document, page, application, or site, which is intended to be independently distributable or...

The <header> element

The <header> element may contain some heading elements but also other elements like a logo, wrapped section's header, a search form, and so on. The header elemen...

The <footer> element

The <footer> element represents footer for the nearest parent section or the document itself. Usually <footer> element is used to present useful information ab...

The <section> element

The <section> element represents sections of an HTML document, for instance grouped thematically such as

The <aside> element

The <aside> element should be used to represent a content that is related to but separated from the main (surrounding) content. In may be used in as a

The <details> element

The <details> element represents a hidden container, under which users can obtain more information about the article or any other. To release the hidden details, a u...

The <summary> element

The <summary> element represents a summary, caption, or legend for the contents of the

The <nav> element

The <nav> element is used to describe a set of major navigational links, such as those linking to other pages. This element is very handy for screen readers used by...

The <main> element

The <main> element represents the main content of the <body> element of a HTML document....

Headings element (<hgroup>)

The <hgroup> element is used to represent a heading or headings of a section; or in other words it represents a group of heading tags of the HTML, from