Home > Article > Web Front-end > Summary of the functions and usage of header tags
Note: The
Below we will summarize the usage and examples of header tags:
1.HTML5/CSS3 series tutorials: HTML5 basic tags using header, nav and footer
Everyone may know that there are many tags that were not available before in HTML5, such as header, nav, and footer. Before this, when we developed related page layouts, we often used CSS to define related headers. Header, navigation and bottom part of the page
2.Usage examples of Header tags in HTML
Html code
<head> <base href="http://www.w3school.com.cn/tags/"> <base target="_blank" /> <!--页面中所有target默认为_blank--> </head> <body> <a href="tag_base.asp">base </a> <br> <!--实际指向http://www.w3school.com.cn/tags/tag_base.asp 且target为_blank --> <a href="tag_audio.asp">audio </a> </body>##3.html5 The header element tag html5 has a new tag element of
A brief analysis of the usage of header tags in HTML5
The header tag is defined as follows in the new standard:
"A group of introductory or navigational aids."
##5.
Header Please tell me about label margin CSS issueThe above is the detailed content of Summary of the functions and usage of header tags. For more information, please follow other related articles on the PHP Chinese website!