Post: Help with HTML
12-08-2010, 03:41 PM #1
Lofti
You are welcome!
(adsbygoogle = window.adsbygoogle || []).push({}); Hello,i am making a school project on making html websites.
I Made one pretty slick website and i published (.html file) on ripway.com,in my files,the HTML works fine,and the link works perfectly(h1://.... link) but i wanna make multiple pages,not only a homepage , i wanna make a 2nd html file with the things i want,so i put a clickable text to link from homepage to new html i made.

basicly,i just want to link one of my .html (that has been uploaded to ripway) to another .html

(adsbygoogle = window.adsbygoogle || []).push({});
12-08-2010, 04:35 PM #2
    <a href="mypage.html">Mypage</a>
12-08-2010, 04:51 PM #3
Ghost1990
12-28-2012
So something like this?
    
<ul>
<li><a href="home.html">Home Page</a></li>
<li><a href="link1.html">Link 1</a></li>
<li><a href="link2.html">Link 2</a></li>
</ul>
12-08-2010, 06:02 PM #4
Cain
Tutorial Team Like A Boss
Exactly like that. Smile

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo