1
resposta

Resposta: 09 Consolidando o seu conhecimento

html

<!DOCTYPE html>
<html lang="pt-br">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title> Produtos - Barbearia Alura </title>
    <link rel="stylesheet" href="produtos.css">
</head>
<body>
    <header>
        <h1>
            <img src="/logo.png" alt="" srcset="">
        </h1>

        <ul>
            <li>Home</li>
            <li>Produtos</li>
            <li>Contatos</li>
        </ul>
    </header>
</body>
</html>
1 resposta

Olá, Wesley. Como vai?

Agradeço por compartilhar seu código com a gente!

Bons estudos! :)