How to use the
tag element in HTML5

php中世界最好的语言
Release: 2017-11-22 17:20:37
Original
7565 people have browsed it

H5 has added a

tag element, so how do we use it? I remember that when we laid out the copyright at the bottom of the web page before the HTML5 version, we were used to using id="footer" or class="footer" to mark paragraphs, but after having this tag in H5, everything is much simpler.

HTML5

tag element adds a new footer element tag at the bottom of html5. Understand the basics of the new footer tag in html 5 and understand the footer css layout tutorial to truly master and understand the

Remember that when we laid out the copyright at the bottom of the web page before the previous HTML5 version, we were accustomed to using id="footer" or class="footer". Learn more about html tutorial tags!

For example, traditionalhtml layoutCode:

  学习PHP,上m.sbmmt.com!
Copy after login

But in html5, this commonly used naming of "footer" is added as an html5 element tag member.

html5 GrammarStructure

1. Grammar

第一行  学习PHP,上m.sbmmt.com!
Copy after login

2. Add id to the footer element tag

第一行  学习PHP,上m.sbmmt.com!
Copy after login

3. Add footer Add class

第一行  学习PHP,上m.sbmmt.com!
Copy after login

to the tag 4. Knowledge expansion

When we use the footer tag in HTML5 development, we can treat it as an ordinary div tag, but it is generally used for the bottom layout of the website. Generally, a web page has only one bottom area, so it is best to use the footer only once.

Note:

is new to HTML5 and is not compatible with IE8 and below IE browsers, so use it with caution.

tml5 footer usage layout case

Master the footer tag by comparing and observing the traditional div tag layout and the footer tag layout. At the same time, add class to the footer and set the red font for comparison.

1. Complete HTML5 layout example code

    footer   

传统html 使用div布局

html5 footer标签布局

   第一行  学习PHP,上m.sbmmt.com!

html5 footer标签布局设置class

  第一行  学习PHP,上m.sbmmt.com!
Copy after login

The above uses the traditional html div tag and html5 footer tag layout, and also sets the class

tag for the footer. There are so many usages. For more exciting information, please pay attention to other related articles on the php Chinese website!

Related recommendations

How to use the

tag of html


##html document How to write a type declaration


How to display a circular image in css3

The above is the detailed content of How to use the

tag element in HTML5. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!