New game
Download
Get Academic Plan
Share game
Fill in the Blanks
Fill in the Blanks

Misión estructura HTML

Integrate it into your platform

You can integrate the game into an LMS compatible with LTI 1.1 or LTI 1.3 such as Canvas, Moodle, or Blackboard. This way, the scores will be automatically saved into the platform’s gradebook.
Download
You have exceeded the maximum number of games you can integrate into Google Classroom with your current Plan.

To integrate as many games as you want in Google Classroom, you need an Academic Plan or a Commercial Plan.

You have exceeded the maximum number of games you can integrate into Microsoft Teams with your current Plan.

To integrate as many games as you want in Microsoft Teams, you need an Academic Plan or a Commercial Plan.

Downloading games is an exclusive feature for users with an Academic Plan or a Commercial Plan.

Get your Academic Plan or your Commercial Plan now and start integrating your games into your LMS, website or blog.

If you wish, you can download a demo game here and test its integration:

Misión estructura HTML

Fill in the Blanks

Played 76

About this activity

Comprender la estructura básica de una página HTML y el orden correcto de los elementos. “Arrastra los elementos al orden correcto para formar una estructura HTML válida. ¡Tu misión es construir una página funcional antes de que acabe el tiempo!”

Created by

Colombia

Download the paper version to play

Make your own free game from our game creator
Compete against your friends to see who gets the best score in this game

Top Games

%
Anonymous
Anonymous
%
%
%
You have exceeded the maximum number of games you can print with your current Plan.

To print as many games as you want, you need an Academic Plan or a Commercial Plan.

Print your game
Misión estructura HTML
 

Fill in the Blanks

Misión estructura HTMLOnline version

Comprender la estructura básica de una página HTML y el orden correcto de los elementos. “Arrastra los elementos al orden correcto para formar una estructura HTML válida. ¡Tu misión es construir una página funcional antes de que acabe el tiempo!”

by Marily Suárez Tarazona
1

<body> <head> </html> <DOCTYPEhtml> </body> </head> <html> <h1> <title> <p>

Declaración que se coloca al principio de un documento HTML y le indica al navegador web que se trata de un documento HTML 5

2

html> <title> <body> < </head> <p> </body> <!DOCTYPE html> <h1> <head> <html>

es el código estándar para crear páginas web y aplicaciones en línea . / es la etiqueta de cierre que indica el final del documento HTML , marcando el final de la estructura del documento .

3

<!DOCTYPE html> <body> </html> <p> <h1> < <html> </body> <title> <head> head>

es un elemento que actúa como contenedor de metadatos para un documento HTML y / es la etiqueta de cierre que indica el final de la sección .

4

<head> <body> body> </head> < <title> </html> <!DOCTYPE html> <h1> <html> <p>

representa la parte visible del documento web , todo el contenido que se muestra al usuario en el navegador y / marca el final del cuerpo ( body ) del documento .

5

<!DOCTYPE html> </body> </head> <h1> </html> <title> <html> <body> <head> <p>

se utiliza para definir el título del documento , el cual se muestra en la barra de título del navegador o en la pestaña de la página .

6

</body> </html> <p> <title> <!DOCTYPE html> <h1> <html> <head> </head> <body>

define el encabezado principal de una página web . Es el encabezado de nivel más alto y se utiliza para indicar el título principal o tema de la página .

7

</html> </head> <head> <!DOCTYPE html> <body> <title> <p> </body> <html> <h1>

se utiliza para definir un párrafo de texto . Representa un bloque de texto que se considera un párraf o

Are you sure you want to leave the page?

If you leave the page, you will lose your game progress.