Question:
How do I create multiple pages in HTML?
George
2012-01-11 22:41:37 UTC
I'm attempting to learn some basic web site creation skills, and am starting with HTML in SeaMonkey Composer by Mozilla. I want to know if it is possible to create multiple pages on my site and how to do so.
Serious answers only please.
Five answers:
2012-01-12 11:21:07 UTC
Another good place to start learning HTML is W3Schools - link below.



With SeaMonkey, assuming you've worked out how to publish a page on your website, creating more pages is straight forward - just click on the "New" button. When you save the file, SeaMonkey will ask you to enter a title.



You can link pages by typing the text you want to use - the "anchor text" - highlighting it, clicking on the "Link" button, then using "Choose File" to choose a previously-created file to link to.
Gabsmycat
2012-01-11 22:47:32 UTC
I am not familiar with SeaMonkey but I see it is a wysiwyg editor. It shouldn't be that hard You just create a suite of pages and link them together.



If you really want to learn HTML I learned from

http://www.htmlgoodies.com/



There are some great tutorials there that aren't too techy-fied.



You also may want to check out the free editor at CoffeeCup.com it's not very visually appealing but it's also free and they have a great community to help.
?
2012-01-11 22:43:50 UTC
Create separate HTML pages and link them using normal linking techniques...pretty simple actually, and it's a core skill that every web designer should know how to do.
2012-01-11 22:44:19 UTC
Yes it is.



To create multiple pages you need to create multiple files and then link them with hyper links.



Like this:



Main page

-----------------



(create a file and name it index.html)



and paste this:





Main Page



This is the main page



Other page



Yet another page











Second page

-----------------



(create a file and name it page-2.html)



and paste this:







Other Page



This is the other (second) page



Main page



Yet another page







Third page

-----------------



(create a file and name it page-3.html)



and paste this:







Yet another Page



This is the yet another (third) page



Main page



Other another









Assuming you created these three files (index.html, page-2.html and page-3.html and put the all in the same directory, use your browser to go to this directory (you don't even need to SeaMonkey for this just open index.html with your browser) and it should display index.html (because any page named index.html in a directory gets served by default). The page should display the link to the other pages which you can click and they should all link to each other assuming I didn't make a mistake and there you go: a three page website.
2016-11-17 13:47:25 UTC
it particularly is now no longer necessary to have diverse CSS records, it particularly is extra desirable of an organizational gadget than something. this type which you are going to have a separate documents for say; format.Css , menu.Css , contactpage.Css Use an exterior .Js document, this keeps your HTML purifier and it particularly is easier to edit/replace the JQuery quicker or later.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...