Aug 1, 2024
<!DOCTYPE html>
: Declares document type.<html>
: Root element.<head>
: Contains metadata.<body>
: Contains content displayed on the page..html
extension.index.html
.<header>
, <main>
, <footer>
, <nav>
, <section>
, <article>
for better structure and accessibility.