andreadcsousa / rocketseat_desafios-discover

Desafios Rocketseat Discover

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Desafios Rocketseat Discover

Enquanto assisto as aulas da Trilha Discover, realizo os desafios propostos. Irei listar os já realizados abaixo

Referência

Demonstração

<!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>Glossário</title>
    </head>
    <body>
        <h1><strong>Estrutura HTML</strong></h1>
        <dl>
            <dt style="font-weight: bold">!DOCTYPE html</dt>
            <dd>Define o tipo de documento como HTML5</dd>

            <dt style="font-weight: bold">html</dt>
            <dd>Define um documento HTML</dd>

            <dt style="font-weight: bold">head</dt>
            <dd>Container para metadados, título da página, links...</dd>

            <dt style="font-weight: bold">body</dt>
            <dd>Corpo do documento</dd>
        </dl>
    </body>
</html>

Habilidades

Para estes projetos foram necessários apenas HTML e CSS.

About

Desafios Rocketseat Discover


Languages

Language:HTML 93.8%Language:CSS 6.2%