Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Estructura | Estructura del Documento
HTML Definitivo
course content

Contenido del Curso

HTML Definitivo

HTML Definitivo

1. Desarrollo Web
2. Tags y Atributos
3. Estructura del Documento
4. Medios y Tablas
5. Formularios

book
Estructura

Un documento HTML se parece a un árbol de tags (etiquetas). El siguiente conjunto de tags representa el mínimo necesario para cualquier documento HTML y sirve como su base, similar a los cimientos de una casa.

html

index

css

index

js

index

copy

Elementos de nivel superior

Los elementos de nivel superior están diseñados para establecer la estructura fundamental de una página web e identificar las secciones de head (encabezado) y body (cuerpo) del documento.

html

index

css

index

js

index

copy

tag

La tag <head> de un documento HTML contiene metadatos para la página web, como el encabezado de la página, la descripción, la codificación, etc. Esta información no es visible en la ventana del navegador. Sin embargo, da instrucciones al navegador para procesar y mostrar la página.

tag

La tag <body> contiene todo el contenido visible de una página web, como texto, imágenes, enlaces y multimedia. Es la sección principal donde los autores de sitios web añaden el contenido que los usuarios ven en la ventana del 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?

Selecciona la respuesta correcta

What are the correct statements?

What are the correct statements?

Selecciona la respuesta correcta

¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 3. Capítulo 2
We're sorry to hear that something went wrong. What happened?
some-alt