section semantic tag in HTML

Semantics are tags that provide meaning

Created: 2022-09-14


Best practice to begin each <section> with a heading

<section> is similar to article semantic tag in HTML,
It's more for grouping stuffs together such as:
- a single part of the page that constitutes one single piece of functionality (e.g., a mini map, or a set of article headlines and summaries),

  •  or a theme.

Note:
You can break article semantic tag in HTML up into different <section>s,

or 

<section>s up into different article semantic tag in HTML, depending on the context.