TutorialKart
index.html
►
Run
Reset
<!DOCTYPE html> <html lang="en"> <body> <header> <h1>My Blog</h1> </header> <main> <article> <h2>How to Use the HTML <main> Tag</h2> <p>The <main> tag defines the primary content of the page.</p> </article> </main> <footer> <p>Thank you for visiting!</p> </footer> </body> </html>