Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
<body> <header> <nav>...</nav> </header> <main> <article> <header><h1>Post Title</h1></header> <section>Introduction...</section> <section>Body content...</section> </article> <aside>Related links</aside> </main> <footer>Copyright 2024</footer> </body>
Result
Open