
- Javascript Basics Tutorial
- Javascript - Home
- Javascript - Overview
- Javascript - Syntax
- Javascript - Enabling
- Javascript - Placement
- Javascript - Variables
- Javascript - Operators
- Javascript - If...Else
- Javascript - Switch Case
- Javascript - While Loop
- Javascript - For Loop
- Javascript - For...in
- Javascript - Loop Control
- Javascript - Functions
- Javascript - Events
- Javascript - Cookies
- Javascript - Page Redirect
- Javascript - Dialog Boxes
- Javascript - Void Keyword
- Javascript - Page Printing
- JavaScript Objects
- Javascript - Objects
- Javascript - Number
- Javascript - Boolean
- Javascript - Strings
- Javascript - Arrays
- Javascript - Date
- Javascript - Math
- Javascript - RegExp
- Javascript - HTML DOM
- JavaScript Advanced
- Javascript - Error Handling
- Javascript - Validations
- Javascript - Animation
- Javascript - Multimedia
- Javascript - Debugging
- Javascript - Image Map
- Javascript - Browsers
- JavaScript Useful Resources
- Javascript - Questions And Answers
- Javascript - Quick Guide
- Javascript - Functions
- Javascript - Resources
Set the Color of links with CSS
To set the link color with CSS, you can try to run the following code:
Example
<html> <head> <style> a:link { color:#000000 } </style> </head> <body> <a href = "">My Link</a> </body> </html>
- Related Articles
- Set the Color of Visited Links with CSS
- Change the Color of Active Links with CSS
- How to change the color of active links with CSS
- How to change the color of focused links with CSS
- Setting the Color of Links using CSS
- Set the color of the border with CSS
- Set the color of the outline with CSS
- Set the link color with CSS
- Set the background color of an element with CSS
- Set the color of the rule between columns with CSS
- How to set the color of a text with CSS
- Set the opacity for the background color with CSS
- Change the color of links when we bring a mouse pointer over that line with CSS
- Styling Links with CSS
- Styling Links Working with CSS

Advertisements