This article introduces the layout of the html5 page of mobile device. Let’s learn it together if you are interested in disk articles.
We combine the characteristics of mobile devices (mobile phones and tablets) to introduce the new semantic tag elements added in HTML5, as well as knowledge and examples of web page layout under mobile web browsers.
Among the new elements added by the HTML5 standard, the common page structures include header footer footer nav aside aside article section hgroup .
Here is a brief introduction to this element:
1.headerThe header> element defines the page combination of the document, usually some guidance and navigation information, and the tag usually contains secti-on header information, such as h1~h6 or hgroup.
Copy the code