<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;
            }

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.