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 layout Code:
But in html5, this commonly used naming of "footer" is added as an html5 element tag member.
html5 Grammar Structure
1. Grammar
2. Add id to the footer element tag
3. Add footer Add class
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标签布局
html5 footer标签布局设置class
Copy after login
The above uses the traditional html div tag and html5 footer tag layout, and also sets the class