Week 1 - Learning about page navigation
This page demonstrates how to create multiple HTML files and link between them.
Navigation between pages is one of the fundamental concepts in web development.
In HTML, we use the <a> tag (anchor) to create links between pages.
For example: <a href="index.html">Home</a>