Search This Blog

CSS Link Color Example

CSS Link Color Example :
<!DOCTYPE html>
<html>
<head>
<title> kod4u </title>
<style type="text/css">
a:link
{
color: orange;
}
</style>
</head>
<body>
<h1> Link Color Example </h1>
<p> Here we use link tag < a > in our web pages </p>
<a href="#" target="_blank"> This is a link </a>
</body>
</html>
OUTPUT
CSS Link Color Example

No comments:

Post a Comment