Basic Link
Email Link
Email me
Email with Subjects
Email me with subject
Link with Toolbar Text
HTML Tutorials
Mouseover Link
HTML Tutorials
Mouseover Link: BG
onMouseOver="var bg = prompt('TEXT');
document.bgColor=bg">
TEXT HERE
Change the background
Mouseover link: popup
TEXT
Click here
Re-direction Link
When you go to the site, it automatically
waits a few seconds then goes to the next site
Drop-down Link List
Drop-down list (Target)
function jump(form) { var myindex=form.menu.selectedIndex if (form.menu.options[myindex].value != "0") { window.open(form.menu.options[myindex].value, target="J"); }}//-->
Using CSS to change link styles
(A:Link) when it’s normal
(A:Visited) once you visited it
(A:Active) when you click on it
(A:Hover) When you place your mouse over it
The following is the main code. Put it ONCE on your page, and it changes ALL your links. Whatever interesting style code you want to do, put that particular code where it says “text-decoration:none”
Text Decorations for links (replace text-decoration:none)
text-decoration:underline – underlined
text-decoration:underline overline – underline & overline
background-color:COLORHERE – background color
text-decoration:line-through – slashed out
cursor:crosshair – cross cursor
cursor:n-resize – cursor points up
cursor:s-resize – cursor points down
cursor:w-resize – cursor points left
cursor:e-resize – cursor points right
cursor:wait – hourglass cursor
font-weight:bold – bold font
font-weight:italic – italics text
font-size:#pt – sized text
Anchor Links
Links to that target location from elsewhere in the document
