About Page

Week 1 - Learning about page navigation

About This Example

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.

HTML Navigation

In HTML, we use the <a> tag (anchor) to create links between pages.

For example: <a href="index.html">Home</a>