A web page typically has a header part at the top containing a title, maybe a graphic and some other elements. Then there is a navigation area, one or more content sections and a footer.
In HTML5 semantic tags (like <header>, <footer>, <section>, <nav>, <aside>) were introduced to help people mark the structure of a web page.
These tags allow programs (e.g. search engines) to extract information better from the web pages as the elements are identified by a standard tag name.







HTML5

"Explains the idea of the new semantic tags added in HTML5 to structure web pages."