samedi 3 juin 2017

How to remove decoration of an tag

I have an a tag and a li inside it. The a tag colors the list items innterText. How can I nullify its effects on the color of its content and also remove the underline?

Code:

<!DOCTYPE html>
<html>
    <head>
    </head>
    <body>
        <ul>
            <a href="google.com"><li>asd</li></a>
        </ul>
    </body>
</html>




Aucun commentaire:

Enregistrer un commentaire