Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

Afternoon Coffee

Descidir Criar uma estrutura básica para uma cafeteria https://dvizioon.w3spaces.com/Coffe.html

<!DOCTYPE html>
<html lang="pt-br">

<head>
    <meta charset="UTF-8">
    <title>Coffee</title>
</head>

<body>

    <h1>Afternoon Coffee</h1>
    <p>Your afternoon coffee with more flavor,<br> we are a family with stories drinking a beautiful coffee ☕</p>
    <hr>
    <h2>Coffee Flavors</h2>

    <ul>
        <li>
            <h4>Robusta</h4>
            <p>With a stronger, harsher taste, Robusta coffee is known for its higher caffeine content and deeper,
                grainy
                flavors.</p>
            <img src="robusta.jpg" alt="Robusta Coffee" width="200">
        </li>
        <li>
            <h4>Espresso</h4>
            <p>A concentrated form of coffee served in small, strong shots. Perfect for a quick pick-me-up.</p>
            <img src="espresso.jpg" alt="Espresso" width="200">
        </li>
        <li>
            <h4>Cappuccino</h4>
            <p>A classic Italian coffee drink that is traditionally prepared with equal parts of espresso, steamed milk,
                and
                steamed milk foam.</p>
            <img src="cappuccino.jpg" alt="Cappuccino" width="200">
        </li>
    </ul>

    <hr>
    <h2>Contact Us </h2>
    <p>We'd love to hear from you! Whether you have a question about our coffee, need assistance, or just want to talk,
        you can reach us at:</p>
    <p>Email: <a href="mailto:info@afternooncoffee.com">info@afternooncoffee.com</a></p>
    <hr>
    <h2>Follow Us on Social Media </h2>
    <p>Stay connected with us for the latest updates, offers, and coffee stories:</p>
    <p>Instagram: <a href="https://instagram.com/afternooncoffee">@afternooncoffee</a></p>
</body>

</html>
1 resposta
solução!

Olá Daniel, muito bomm! Continue praticando e desenvolvendo os exercícios e desafios propostos. Bons estudos!!