About the practice of HTML5 semantic tags (blog page)
黄舟
Release: 2017-02-20 13:44:12
Original
1855 people have browsed it
Imitate using HTML5+CSS3 to make a blog page. The overall effect layout is as follows:
# The page layout is based on html5 elements. So it’s important to familiarize yourself with HTML5 elements before getting started, and then check whether its semantics fit your layout.
The HTML5 Structure
##It is very important that when writing HTML5 code, do not simply use the
tag in html5 ;section> tag instead. There are times when the
element is still a good choice semantically. For example, wrapper or container p
One of the new tags that can be used to replace the traditional p element is the element. In the element, we can also place the
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