Result
Download
Reset
<!doctype html> <html lang="ja"> <head> <meta charset="utf-8"> <title>ページ・タイトル</title> </head> <body> <header> <h1>ヘディング - 1</h1> <nav> <!-- ナビゲーション・リンク --> </nav> </header> <main> <section> <h2>ヘディング - 2</h2> <p>セクション</p> </section> <section> <h2>ヘディング - 2</h2> <p>セクション</p> </section> </main> <footer> <p>フッター</p> </footer> </body> </html>