For Changing Colour Value of Hyperlinks First We have to Create an Link with Html body like this
Step 01: We have to create an <a>Link</a> with class attribute name .links
<html> | ||||||||||||||||||||||||||||||||||||||||||
<head> | ||||||||||||||||||||||||||||||||||||||||||
</head> | ||||||||||||||||||||||||||||||||||||||||||
<body> | ||||||||||||||||||||||||||||||||||||||||||
<div> | ||||||||||||||||||||||||||||||||||||||||||
<a href="#" class="links">Link1</a> | ||||||||||||||||||||||||||||||||||||||||||
<a href="#" class="">Link2</a> | ||||||||||||||||||||||||||||||||||||||||||
</div> | ||||||||||||||||||||||||||||||||||||||||||
</body> | ||||||||||||||||||||||||||||||||||||||||||
</html> Step 02: Now We have Add Inherit Property to color into internal css like this
|
Put Your Thought or Query Here