How to Change Hyperlink Color HTML or CSS

How to Change Hyperlink Color HTML or CSS

The style attribute is added directly to the hyperlink code, inserting a color property in the style attribute is initially powered by inline CSS, then the color attribute gives one color value. Hyperlink colors can be easily changed with external CSS.

Why need to Change Hyperlink Color HTML or CSS?
Without different hyperlink, the color reader cannot understand links. Therefor reader skips to read another page that you add on this article when your article hyperlink show on different color reader see, this click on here and read another page that you add with this link.


How Can You Change hyperlink color HTML or CSS?
There are two away to change hyperlink color,
  • Edit HTML
  • Edit CSS


In this article, I show how to change hyperlink with CSS?
  • Follow this step
  • First, go blogger dashboard
  • Go on theme
  • Click on customize
  • Find CSS on this page


  • You can see this Page

  • Paste this code that I give below on this blank(If first code does not work then give second code)


This CSS code is Bellow.
**************
Code  no.1
 ************
<style type=”text/css”>
<!–
a:link {color: #2463ff; text-decoration: underline; }
a:active {color: #2463ff; text-decoration: underline; }
a:visited {color: #2463ff; text-decoration: underline; }
a:hover {color: #2463ff; text-decoration: none; }
–>
</style>
*******************
Code  no. 2
****************

/* unvisited link */
a:link {
    color: red;
}

/* visited link */
a:visited {
    color: green;
}

/* mouse over link */
a:hover {
    color: hotpink;
}

/* selected link */
a:active {
    color: blue;
}

********************

Now Apply to blog that show top of the right side
then see now so blog post link that changes the hyperlink color.

Advantage To Use Colorful Hyperlink: One great advantage to using external stylesheets is that you can control all hyperlinks to the entire website by simply editing one file. Another good advantage is that your cool hyperlink effects can improve the look and feel of your website. Instructions for external stylesheets.
I hope it's helpful for you.


#Learn More About Instagram Marketing
#Learn More About Instagram
#Learn More About Traffic Generator
Similar Videos

0 Comments: