详解HTML5中的<aside>元素与<article>元素
HTML
不要使用
使用例子:
XML/HTML Code复制内容到剪贴板- <article>
- <p>
- The Disney movie <em>The Little Mermaidem> was
- first released to theatres in 1989.
- p>
- <aside>
- The movie earned $87 million during its initial release.
- aside>
- <p>
- More info about the movie...
- p>
- article>
当
代码样例
XML/HTML Code复制内容到剪贴板- <article class="film_review">
- <header>
- <h2>侏罗纪公园h2>
- header>
- <section class="main_review">
- <p>Dinos were great!p>
- section>
- <section class="user_reviews">
- <article class="user_review">
- <p>Way too scary for me.p>
- <footer>
- <p>
- Posted on <time datetime="2015-05-16 19:00">May 16time> by Lisa.
- p>
- footer>
- article>
- <article class="user_review">
- <p>I agree, dinos are my favorite.p>
- <footer>
- <p>
- Posted on <time datetime="2015-05-17 19:00">May 17time> by Tom.
- p>
- footer>
- article>
- section>
- <footer>
- <p>
- Posted on <time datetime="2015-05-15 19:00">May 15time> by Staff.
- p>
- footer>
- article>
版权声明
本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。
本文地址:/web/html5/75555.html