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.
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.
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 Code:<a href="http://www.yoursite.x10hosting.com/page2.html">This is a Link to next page </a>
Last edited by gomarc; 10-19-2009 at 09:31 PM. Reason: Added example
I think you would gain some good knowledge from reading through this lesson.
http://www.w3schools.com/html/html_primary.asp