Highlight a link underline.
A web designer can highlight a link underline in order to grab the visitor attention to that link. The only trick one should be aware of is the type of color to be used. One should be careful to choose a color that will enable the visitor to see the link Text.
Changing the link color can be achieved by adding the STYLE attribute to the body of your HTML code. Here is the HTML code that you can use, just copy and paste to the relevant area in body that you want the highlighted link to appear.
| <A
HREF="http://www.yourdomain.com/" STYLE="background:yellow; color:black"
TARGET="blank">http://www.yourdomain.com/</A> |
Example. This is how the highlighted link will look like
Just remember to change the color to suite your needs and preference but do this by bearing your visitors needs, they should be able to see and read the highlighted link. don't also forget to edit where it say your domain.
Close Highlight a link underline window and return to Html JavaScript examples

|