can someone please give me a link to cool hyperlink HTML?

  • Thread starter Thread starter lbsdavid
  • Start date Start date
L

lbsdavid

Guest
I'm new to writing HTML. I do know how to make a Hyperlink but its just basic lettering and size and blue. I'd like to make my Hyperlink larger and a different color than blue.

Any help would be great
 
for size wrap this around the hyperlink:

<font size="5">[hyperlink here]</font>

change 5 to whatever you want, default is 4.

for color, change your body tag so it includes this:

<body link="blue" alink="red" vlink="purple" [rest of anything else in body tag you had before, here] >

change the color names to another color name
or use hexadecimal codes:
http://www.webmonkey.com/reference/Color_Charts
 
Back
Top