Định nghĩa và sử dụng
- Tag <aside> định nghĩa nội dung bên ngoài nội dung chính (thường là phần sidebar).
- Tag <aside> nên có nội dung liên quan tới phần nội dung chính.
- Tag <aside> có thể chứa tất cả các tag định dạng khác.
Cấu trúc
<aside></aside>
Ví dụ
Html viết:
<aside>
<h2>Tiêu đề cho aside</h2>
<p>Nội dung cho aside</p>
</aside>
<h2>Tiêu đề cho aside</h2>
<p>Nội dung cho aside</p>
</aside>
Ví Dụ 2:
Ví dụ về tag layout HTML5
<section id="layout"><header>
<p><header></p>
<nav>
<p><nav></p>
</nav>
</header>
<section id="pageBody">
<section id="content">
<p><section id="content"></p>
<article>
<p><article></p>
</article>
</section>
<aside>
<p><aside></p>
</aside>
</section>
<footer>
<p><footer></p>
</footer>
</section>
<header>
<section id="content">
<article>
Css viết:
aside { display: block; }
Javascript viết:
(function (){ var els = [ 'section', 'article', 'hgroup', 'header', 'footer', 'nav', 'aside', 'figure', 'mark', 'time', 'ruby', 'rt', 'rp' ]; for (var i=0; i<els.length; i++){ document.createElement(els[i]); } })();
Thuộc tính
Cách sử dụng: <aside thuoctinh="giatri"></aside>
0 comments:
Post a Comment