<!-- Future CSS link will go here ---> <!-- <link rel "styesheet" href= "styeles.css">---> </head> <body> <!-- Header section ---> <header> <hi>Page title</h1> <!-- future navigation will go here --> </header> <!-- Main content Section --> <main> <p>Pages content goes here</p> </main> <!-- Footer section --> <footer> <p>© 2025 Ziwei Huang, All rights reserved</p> </footer> </body> </html>