How to change URL? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to change URL?

i mean. instead of... www._____.com\page1.html. i want it to be \page1 instead or something else and also something like \page1\page2 something like that. If its too hard to explain pls give me a site to refer or study.

7th Jun 2016, 7:04 AM
shaira
shaira - avatar
3 Answers
+ 1
I'm not sure what you want to do. If you are experimenting on your computer you don't need the www. part. That's a domain name.. an address to a website on the internet. If you want to link from page1.html to page2.html and both are in the same folder, just write <a href="page2.html">link description text</a> in the html code of page1.
7th Jun 2016, 10:14 AM
ZinC
ZinC - avatar
0
Where? Post your code which you have problem with.
7th Jun 2016, 7:06 AM
ZinC
ZinC - avatar
0
i dont have a code right now.
7th Jun 2016, 9:32 AM
shaira
shaira - avatar