<html>
<head>
<title>wixlog.xyz - Học Css Căn Bản</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<a target="_blank" href="https://wixlog.xyz">WixLog.Xyz</a>
</body>
</html>
a:link{
color: blue;
text-decoration: none;
}
a:visited{
color: black;
text-decoration: underline;
}
a:hover{
color: yellow;
text-decoration: underline;
}
a:active{
color: white;
text-decoration: none;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.