href links do not appear in the browser

Asked

Viewed 17 times

-2

inserir a descrição da imagem aqui

<!DOCTYPE HTML>
<html>
<head>

   <link rel="stylesheet" href="estilo.css">

    <meta charset="UTF-8">
    <title>Menu responsivo</title>

</head>


<body>
    <input type="checkbox" id="chec">
    <label for="chec">
        <img src="">
    </label>
    <nav>
        <ul>
            <li><a href="HOME"></a></li>
            <li><a href="NOVIDADES"></a></li>
            <li><a href="TUTORIAIS"></a></li>
            <li><a href="CONTATO"></a></li>
            <li><a href="SOBRE"></a></li>
        </ul>
    </nav>

</body>
</html>
  • 2

    No text inside tag a, right young... Would <a href="HOME">Home</a>

  • Please clarify your specific problem or provide Additional Details to Highlight Exactly what you need. As it’s Currently Written, it’s hard to Tell Exactly what you’re asking.

  • Thanks @Jéfbueno I’m starting to develop beginner hahaha mistakes now

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.