Define colors for individual links on the HTML page

The method described as link, vlink, alink is for setting overall link colors for the page.

However, we might want one or more links to have different colors than the rest of the page.

There are two methods for doing this:

  • Placing font tags between the <a href> and the </a> tag. This method will work on all browsers except Microsoft Internet Explorer 3 (MSIE 3).

  • Using a style setting in the <a> tag. This method works on MSIE 3 and newer browsers.

The first technique would look like this:

Click <a href = "http://anybodycanmaster-computer-network.blogspot.com"><font
color="FF00CC"
> here</font></a> to go to this website.



Note:
If is important that both <font> and the </font> tags are between the <a href> and </a> tags.

The second technique would like this:

Click <a href = "http://anybodycanmaster-computer-network.blogspot.com"
style="color : rgb(0,255,0)"> here</a> to go to this website.


Note:

The RBG numbers indicates amounts of red , green and blue using values between 0 and 255.

Now, since neither of the two methods covers all browsers, we need to use both techniques at once.

This example works on all browsers:


Click <a href = "http://anybodycanmaster-computer-network.blogspot.com"
style="color : rgb(0,255,0)"
><font color ="FF00CC"> here</font></a> to go to this website.

The last example is interesting. Not only because it will work on all the browsers. But even more because it shows a general to make the pages browser safe. Since browsers simply leave out information that is not understood, we can work around browser differences by simply adding different settings for multiple browsers.

Comments

0 Responses to "Define colors for individual links on the HTML page"

Post a Comment

Your feedback is always valuable for us :

About Me

My photo
Vision :- "To be a reputed institution of Smart People who Add Value Across Generation". Mission :- We are dedicated to Spreading Literacy in Society and Helping People choose Value for Money Products for Better Living.We are also adding health awareness and wellness to the society of India." We are distributor and promotors of India's Largest IT products Direct Selling Company with a reach of more than 250 cities nationwide. We have a strong internet R&D base to bring out cost effective and Quality products.