In this exercise, you will create 3 HTML files and link them together by making a navigation section at the top of the page.
The purpose of this exercise is to get used to having multiple HTML pages as your website, and linking them together. This exercise also provides experience using attributes in HTML tags.
index.html
, about.html
, and contact.html
inside of that folderindex.html
file and get startedactive
on the correct anchor tag.index.html
file.h1
tag that has the name of the web page. e.g. “This is the Home Page”.index.html
page, complete steps 1 through 4 for the remaining HTML files.Click here to move on to the final reading of this module.