Highlight Hyperlinks

 

Highlight Hyperlinks

Highlight hyperlinks with the style tag. Place the style tag within the hyperlink HTML code of a link.

Place the following code within your HTML:

<a href="http://www.yourdomain.com" style="background:yellow; color:black" target="blankquot;>http://www.yourdomain.com</a>

 
 

Highlight All HTML Hyperlinks

You can highlight all of a web page’s hyperlinks by placing the style tag within your <head> tags.

<style>
<!–
a{background:yellow; color:black}
–>
</style>

This concludes the highlight hyperlinks section.

 
 

 
 
Visit the following pages for a wealth of copy and paste codes and tips:

HTML Tips
Copy and paste special effect HTML codes for your web page.

HTML Codes
An HTML codes chart you can use to copy and paste codes into your web page.

HTML Color Codes
An HTML color codes chart you can use to copy and paste color codes into your web page.

JavaScript Codes
Copy and paste special effect JavaScript codes for your web page.

Web Design Tips
Tips, tricks, and special effect codes for your web page.

HTML Tags
A list of HTML tags.

HTML 5 Tags
A list of the latest HTML tags to be developed.

ASCII Codes
Special text characters and code for your web page.

Code provided by:
John Nitkowski