Sunday, 27 December 2015

how to open link style in html

<!DOCTYPE html>
<html>
<head><title>css-example</title>
<style>
a:hover{color:red;}
p{text-transform:capitalized;}
h2{line-height:0.1cm;}
</style>
</head>
<body>
<p>Admission for CCC Course for more information <a href="www.technode.in">Click Here</a></p>
<h1>Who was Narendra Modi? <a href="www.technode.in">Click Here</a><h1>

</body>
</html>

//Output result//

No comments:

Post a Comment