HTML Link Color

EncodeMore
<body>
  <a href="http://example.com/" style="color:#FF0000;">Red Link</a>
</body>
<body>
  <a href="http://example.com/" style="color:red;">Red Link</a>
</body>
<body>
  <a href="http://example.com/" style="color:rgb(255,0,0);">Red Link</a>
</body>
<body>
  <a href="http://example.com/" style="color:hsl(0,100%,50%);">Red Link</a>
</body>

Share This Article
Leave a Comment

Leave a Reply

Your email address will not be published. Required fields are marked *