Adding Navigation

Let's create a navigation menu for the users.

Creating a navigation menu

We now have a lot of cool pages to show on our website. So far we have been navigating to them by just following a direct URL (e.g., http://APPLINK/name.php). A real user would never be able to guess those names, so we should offer them a navigation menu.

Let’s create a list of items at the top of every page, containing the links to all the pages we currently have. _header.php is a convenient place to do this:

Get hands-on with 1200+ tech skills courses.