create a website Create Website make money Make Money website traffic tips and suggestions Tips & Suggestions experience and story sharing Community Blog create own game Create Game Website create money website forum Forum
create money websitehow to create a website

Create Your Own Website - hobby, interest, make money, gaming and more

create a website twittercreate a website facebookcreate a website rss
Home | Basic Tutorial | Essential Tutorial | Extra Tutorial | Video Tutorial | Forum | Annoucementgames

book store
Book Store


Hostgator Web Hosting


Domain Name












 

Basic Tutorial > Create Multiple-Pages Website

How to create a multiple-pages website

End Result

arrowYour index.html page should look like this

<html>
<body>
<h1>Hello World</h1>
<a href = "mySecondPage.html">Click here to enter my second page</a>
</body>
</html>

arrowYour mySecondPage.html page should look like this

<html>
<body>
<h1>Hello Second Page</h1>
<a href = "index.html">Click here to enter my home index page</a>
</body>
</html>

 

Step-By-Step

arrowIt's a simple procedure to do this. First, you need to create a new html page with your notepad and name it for example mySecondPage.html. Type the basic code for this html file like you did in your index.html. Here is the code example.

<html>
<body>
<h1>Hello World</h1>
</body>
</html>

arrowSave this mySecondPage.html file under the same directory as your index.html.

arrowThen, open your index.html page with notepad or click the edit button if you're editing inside your web hosting server. Add this following line of code to between the open and close bracket of body.

<h1>Hello World</h1>
<a href = "mySecondPage.html">Click here to enter my second page</a>
</body>

arrowThats it, save, upload this index file and try it out. Note that your url will display www.mywebsite.com/mySecondPage.html. To enable mySecondPage.html to link back to index.html, it is the same procedure. between the open and close tag of <body> in mySecondPage.html file, press enter and type in the following line of code.

<a href = "index.html">Click here to return to home page</a>

arrowNote: mySecondPage.html file need to be saved in same page as the index.html file for the above code to function.

 

Other Related Links

links
Ads Column

Create Money Website

copyright © 2009 - www.createmoneywebsite.com - All Rights Reserved












Ads Column