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??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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???

30th Dec 2019, 12:57 PM
Shu Nicoline bih
Shu Nicoline bih - avatar
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.
30th Dec 2019, 1:24 PM
Tibor Santa
Tibor Santa - avatar
+ 1
Thanks a lot that helped a lot
30th Dec 2019, 7:37 PM
Shu Nicoline bih
Shu Nicoline bih - avatar
0
Thanks for your response
9th Mar 2022, 5:47 PM
Shu Nicoline bih
Shu Nicoline bih - avatar