Edit This Code:
See Result »
<
!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
>
<!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:
Privacy Policy