-2
<!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>
No text inside tag
a
, right young... Would<a href="HOME">Home</a>
– Jéf Bueno
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
– Guilherme Ramos Baja