Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I'm trying to make a list of hyperlinks and I don't know how. I know how to make hyperlinks but not vertical lists.
Posted
Updated 28-Jan-15 12:59pm
v4
Comments
Sergey Alexandrovich Kryukov 28-Jan-15 18:47pm    
CSS?! You are starting with wrong side. Start, for example, with reading one the very basics, how Web works, what is HTML and what it does, with CSS, Javascript, what server and client parts do, all that stuff.
—SA
TerminalKing17 28-Jan-15 18:55pm    
I just said CSS because I wasn't sure if HTML alone could do it.
Sergey Alexandrovich Kryukov 28-Jan-15 19:58pm    
And that's why I said what I said. Better follow my advice, don't waste time on questions like that and who know what else. The answers cannot help much if you don't know the basics.
—SA

1 solution

go to w3schools.com to do tutorials

for hyperlinks you need
HTML
<a href="url">text</a>


then add these as items to the list with
HTML
<ul> and <li></li></ul>
tags
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900