Math10
- 301
- 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?
The discussion revolves around the creation of multiple web pages for a website, focusing on the technical aspects of linking pages and understanding web servers. Participants explore the foundational concepts of web development, including file management and HTML/CSS usage.
Participants express varying levels of understanding about linking web pages and the role of servers, with no consensus reached on the best approach to creating a website.
Some terms and concepts, such as "composite URLs," are not clearly defined, and there is a lack of detailed explanation regarding server functionality and file management.
Individuals interested in web development, particularly beginners looking to understand how to create and link 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)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?
Not sure WHAT I meant there but the word "composite" doesn't belong there. Sorry.Math10 said:What are different composite urls? And what's a server?
Here's a good place to start: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?
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.Math10 said:But how do I link all the webpages together so I can have a website?
Plus 1 to that.phinds said:You REALLY need to read some simple intro to HTML. These brief question/answers are not really getting you anywhere.