Apologies for the novice question, but as a beginner, I'm seeking help. I've created a navigation bar with text such as About and Projects, but no links attached (i.e., no pages for users to navigate to). How can I add these missing pages so that when a user clicks on "About," they are directed to the respective page I've designed? I am currently working with HTML5 and CSS3. Any guidance would be greatly appreciated!
List Code:
<ul class = "list">
<a href = ""><li>Welcome |</li></a>
<a href = ""><li>About |</li></a>
<a href = ""><li>Projects</li></a>
</ul>