<html>
    <head>
        <title>wixlog.xyz - Học Css Căn Bản</title>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <style type='text/css'>
        a:hover{
            color: red;
            text-decoration: none;
        }
        </style>
    </head>
    <body>
        <a href="https://wixlog.xyz">WixLog.Xyz</a> <br/>
    </body>
</html>

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.