How do I create multiple web pages?

  • Thread starter Thread starter Math10
  • Start date Start date
  • Tags Tags
    Multiple Web
Click For Summary
To create multiple web pages for a website, separate HTML files must be created for each page, each with unique file names and URLs. A server is required to host these files, serving them to users' web browsers. Linking these pages together is essential for navigation; this can be achieved by creating a master page with links to all other pages or establishing a hierarchical structure of links. For beginners, it's recommended to study introductory HTML resources to gain a better understanding of web page creation and linking.
Math10
Messages
301
Reaction score
0
I heard that a website is made up of multiple web pages and I know how to make a web page in Notepad++ with the languages HTML and CSS but how do I create multiple web pages?
 
Technology news on Phys.org
Math10 said:
I heard that a website is made up of multiple web pages and I know how to make a web page in Notepad++ with the languages HTML and CSS but how do I create multiple web pages?
Create separate html files for each page (and you have to give them each a different composite urls to put them on a server just as you have to give them different file names to put them on your hard drive)
 
What are different composite urls? And what's a server?
 
Think of each webpage as a unique file document. The code is nothing but characters in a text file using a specific extension. So if you have 5 word documents, you can think of that as 5 different webpages. Link the documents together and you have a website.
 
Math10 said:
What are different composite urls? And what's a server?
Not sure WHAT I meant there but the word "composite" doesn't belong there. Sorry.

A server is the computer that SERVES up the web page. That is, it sends the HTML file to your computer's web browser.
 
Math10 said:
I heard that a website is made up of multiple web pages and I know how to make a web page in Notepad++ with the languages HTML and CSS but how do I create multiple web pages?
Here's a good place to start:
http://www.w3schools.com/website/default.asp
 
Last edited by a moderator:
But how do I link all the webpages together so I can have a website?
 
Math10 said:
But how do I link all the webpages together so I can have a website?
You create links. You can, for example, create a "master" page that has links to all the other pages or you can create a hierarchy of pages using links.

For example, a small portion of my website is a glossary. The main page of the glossary points to about 20 pages and every one of those pages has many dozens of entries, all of them pointing to various of the 20 pages, so the "heirarchy" diagram would be very nasty indeed.

Oh, and the glossary is pointed to by my main page. Everything is done with links.

You REALLY need to read some simple intro to HTML. These brief question/answers are not really getting you anywhere.
 
phinds said:
You REALLY need to read some simple intro to HTML. These brief question/answers are not really getting you anywhere.
Plus 1 to that.

Math10, do as phinds suggests and if you have questions, come back and ask them. In the meantime, I'm closing this thread.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
Replies
2
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 23 ·
Replies
23
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K