How can I create a link to connect my code bits(websites) together | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

How can I create a link to connect my code bits(websites) together

20th Mar 2022, 10:51 PM
Jerry Odogwu
Jerry Odogwu - avatar
1 Answer
0
On sololearn this is probably not posible. But on your pc, you can make more html and css codes, and to link another html code you just select path of this html file, and place it inside <a href="anotherPage.html"></a> Best is to make project folder, then place every related files inside this folder. It is good organization. Here is some example of linking images using relative path, you just replace image with your html and dont use "img" you use "a" tag. https://www.w3schools.com/html/html_filepaths.asp
27th Mar 2022, 12:41 AM
PanicS
PanicS - avatar