search

Home  >  Q&A  >  body text

css - 有哪些将html5语义化标签运用到极致的站点?

目前基本上只用到了header、footer、nav等标签,像article/aside/section/h1/h2/h3等标签总是不知道在什么地方使用更合适,所以希望能找一些好的网站参考学习。

PHPzPHPz2811 days ago735

reply all(2)I'll reply

  • PHPz

    PHPz2017-04-17 13:25:51

    A typical layout:

    1. You can learn about some frameworks that support HTML5, such as: Bootstrap, Foundation, etc.

    2. Learn more about learning new templates on themeforest: http://themeforest.net/search?utf8=%E2%9C%93&term=html5&as=0&referrer=homepage

    reply
    0
  • PHPz

    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

    reply
    0
  • Cancelreply