Link color using Hex color codes /* <body> <a href="http://example.com/" style="color:#FF0000;">Red Link</a> </body> */ Link color using HTML color names /* <body> <a href="http://example.com/" style="color:red;">Red Link</a> </body> */ Link color ...
Home/html