0
Pls am stuck i wish to create a website with not less than 5 pages with all the pages linked how am i to go about it???
3 Answers
+ 3
If you have no clue, I would certainly suggest to complete the HTML and CSS courses on SoloLearn first...
You need to save each page as a file with .html extension, and you put the links to the other pages in anchor tags, like this:
<a href="otherpage.html">Other page</a>
If the files are all in the same folder, then relative links like this will work, no need to specify the absolute path or url.
+ 1
Thanks a lot that helped a lot
0
Thanks for your response