HTML Element Structure
Preview
Code
<header> <h1>Website Title</h1> </header> <main> <p>This is the main content area.</p> </main> <footer> <p>Footer information</p> </footer>
<header> <h1>Website Title</h1> </header> <main> <p>This is the main content area.</p> </main> <footer> <p>Footer information</p> </footer>