Edit This Code:
<!DOCTYPE html>
<html>
<head>
<style>
a {
    color: hotpink;
}

</style>
</head>
<body>

<p><b><a href="default.asp.html" target="_blank">This is a link</a></b></p>

</body>
</html>


Result:
Try it Yourself - © w3schools.com
Privacy Policy