+ 8
How To Create Website ?
now i know how to create webpage but how to conect page and link ?
4 Respuestas
+ 4
Sololearn isn't a website. You need a webhost where you need to add or upload your HTML, CSS, js and other resources. After registering at a webhost upload an index.HTML, about.HTML, content.HTML etc. after that add an anchor to each of them like
<nav>
<a href="/pages/about.html>About</a>
<a href="/pages/content.HTML>content</a>
<a href="index.html>Home</a>
</nav>
+ 1
First you have to design a website. Then you can upload it to web.
0
www.sololearn.com is a website