How to build a website with 2 web pages?

  • Thread starter Thread starter Math10
  • Start date Start date
  • Tags Tags
    Build Web
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
4 replies · 2K views
Math10
Messages
301
Reaction score
0
So I created 2 web pages with the directories C:\..., you get the idea. But on a web page, I created a link for another web page so once people click on the link on my first web page, they can see my other web page. But when I typed the directory on the browser, it came out okay but when I clicked on the link for another web page, it doesn't come out. What do I need to do? Do I have to get a host for my 2 web pages? Are there good free host available online? I want to make my website official. I want people know that it's mine.
 
Physics news on Phys.org
The directory you typed for the 2nd webpage, and the link on your 1st webpage for the 2nd webpage don't match. If they are in the same directory it is simply <a href="nameoffile.html">Link text</a>. You don't need web hosting to do this.
 
I build 2 web pages and have 2 different directories for these 2 web pages. I made a link on my first web page for people to click on to see my second web page. But it doesn't work.