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?
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.