Home  >  Article  >  Web Front-end  >  What aspects should be paid attention to in the page structure of html5

What aspects should be paid attention to in the page structure of html5

php中世界最好的语言
php中世界最好的语言Original
2018-01-12 09:51:331825browse

This time I will bring you what aspects of html5 page structure need to be paid attention to, what are the notes of html5 page structure, the following is a practical case, let's take a look.

Introduction to Semantic Elements

The HTML5 standard adds many new semantic elements. If divided by type, there are page structure, text content, forms, etc.

Here we mainly introduce the new elements in the page structure.

What is a semantic element

Simply speaking, a semantic element is to give a certain meaning to an element (tag), and the name of the element is the meaning that the element wants to express.

For example,

means the header, and