<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>
        Không gạch chân: <a class="non-textdecoration" href="https://wixlog.xyz">WixLog.Xyz</a> <br/>
        Có gạch chân: <a href="https://wixlog.xyz">WixLog.Xyz</a>
    </body>
</html>
 a.non-textdecoration{
            color: red;
            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.