目前基本上只用到了header、footer、nav等标签,像article/aside/section/h1/h2/h3等标签总是不知道在什么地方使用更合适,所以希望能找一些好的网站参考学习。
PHPz2017-04-17 13:25:51
A typical layout:
You can learn about some frameworks that support HTML5, such as: Bootstrap, Foundation, etc.
Learn more about learning new templates on themeforest: http://themeforest.net/search?utf8=%E2%9C%93&term=html5&as=0&referrer=homepage
PHPz2017-04-17 13:25:51
<article>: Defines the article area, emphasizing completeness and independence, which can be more conducive to search engines to identify the content of the webpage and determine relevance
<section>: This element is used to represent different partitions in the webpage.
<aside>: Define content outside the page content, in the left or right sidebar