Html Link Color Tutorial

Html link color can be set easily with style attribute in html code.
Hyperlinks created in html document with the anchor tag can be in any color.


Html code link color

<a href="index.html" style="color:Blue" title="Blue Color Link">Blue Color Link</a><br />
<a href="index.html" style="color:Green" title="Green Color Link">Green Color Link</a><br />
<a href="index.html" style="color:Red" title="Red Color Link">Red Color Link</a><br />
HTML output link color
It is always better to use style sheet to create html link color!