How do you

longoria

New Member
Messages
17
Reaction score
0
Points
0
How do you make a ( next page ) with html . Also how do you name the two or even three pages that you create.All that i know or have read is that the first one is labeled index.
 

gomarc

Member
Messages
516
Reaction score
18
Points
18
You can give it almost whatever names you what.

It could be page2.html, next.html, mysecondpage.html or anything that will make sense to you.

To secret is to reference that “next” page correctly in your NEXT button or link.

Example:

Say you decided to go with page2.html.

Upload this page to your public_html directory.

In your index.html your link to this page would be something like this:

HTML:
<a href="http://www.yoursite.x10hosting.com/page2.html">This is a Link to next page </a>
 
Last edited:
Top