0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-06-30 22:19:29 -04:00
elinks/test/aside.html

27 lines
305 B
HTML

<!DOCTYPE html>
<title>HTML5 Block-level Elements</title>
<header>
Header
</header>
<main>
Main
<aside>
Aside
</aside>
<section>
Section
<figure>
Figure
<figcaption>
Figcaption
</figcaption>
</figure>
</section>
</main>
<footer>
Footer
</footer>