How to build a website with 2 web pages?

  • Thread starter Thread starter Math10
  • Start date Start date
  • Tags Tags
    Build Web
Click For Summary

Discussion Overview

The discussion revolves around the challenges of linking two web pages created by a user, focusing on issues related to directory structure, linking methods, and the potential need for web hosting. It includes both practical advice and suggestions for further learning resources.

Discussion Character

  • Technical explanation
  • Homework-related
  • Debate/contested

Main Points Raised

  • One participant describes creating two web pages and a link between them but encounters issues when clicking the link.
  • Another participant suggests that the directory paths for the second webpage and the link on the first webpage do not match, recommending a specific HTML format for linking files in the same directory.
  • A different participant mentions having two different directories for the web pages, indicating a similar problem with linking.
  • One post provides a link to an external resource that may assist with linking files in different directories.
  • Another participant advises the original poster to seek educational resources due to a perceived lack of foundational knowledge in web development.

Areas of Agreement / Disagreement

Participants express differing views on whether web hosting is necessary for the user's project, with some suggesting it is not needed while others imply that it may be beneficial for making the website official. There is no consensus on the best approach to resolve the linking issue.

Contextual Notes

There are unresolved assumptions regarding the directory structure and the specific HTML used for linking. The discussion does not clarify the exact nature of the user's setup or the specific errors encountered.

Who May Find This Useful

Individuals interested in basic web development, particularly those learning about linking web pages and directory structures.

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.
 
Technology 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.
 
Math10, I honestly suggest that you get a book like this since you have no knowledge about the subject. As I've stated before, we cannot teach you how to build things on the internet, especially not the e-commerce thing you were trying before when you lack the most basic knowledge. You need to show some effort and learn the basics first.

http://www.dummies.com/how-to/content/how-to-build-a-website-the-home-page.html
 

Similar threads

  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
4K
Replies
50
Views
5K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 0 ·
Replies
0
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K