Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Estrutura | Estrutura do Documento
HTML Supremo
course content

Conteúdo do Curso

HTML Supremo

HTML Supremo

1. Desenvolvimento Web
2. Tags e Atributos
3. Estrutura do Documento
4. Mídias e Tabelas
5. Formulários

bookEstrutura

Um documento HTML assemelha-se a uma árvore de tags. O seguinte conjunto de tags representa o mínimo necessário para qualquer documento HTML e serve como sua base, similar à fundação de uma casa.

html

index

css

index

js

index

copy

Elementos de nível superior

Elementos de nível superior são projetados para estabelecer a estrutura fundamental de uma página web e identificar as seções head (cabeçalho) e body (corpo) do documento.

html

index

css

index

js

index

copy

Tag

A tag <head> de um documento HTML contém metadados para a página web, como o título da página, descrição, codificação, etc. Essas informações não são visíveis na janela do navegador. No entanto, elas instruem o navegador sobre como processar e exibir a página.

Tag

A tag <body> contém todo o conteúdo visível de uma página web, como texto, imagens, links e multimídia. É a seção principal onde os autores dos sites adicionam o conteúdo que os usuários veem na janela do navegador.

html

index

css

index

js

index

copy

head tag

An HTML document's <head> tag contains metadata for the web page, such as the page's heading, description, encoding, etc. This information is not visible in the browser window. However, it instructs the browser on processing and displaying the page.

html

index

css

index

js

index

copy

body tag

The <body> tag contains all the visible content of a web page, such as text, images, links, and multimedia. It is the main section where website authors add the content users see in the browser window.

html

index

css

index

js

index

copy
1. What is the minimum required set of tags, which serves as the basis for any HTML document?
2. What are the correct statements?
What is the minimum required set of tags, which serves as the basis for any HTML document?

What is the minimum required set of tags, which serves as the basis for any HTML document?

Selecione a resposta correta

What are the correct statements?

What are the correct statements?

Selecione a resposta correta

Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 3. Capítulo 2
We're sorry to hear that something went wrong. What happened?
some-alt