Paula G.R.
Quiz by , created more than 1 year ago

html5

16
0
0
Paula G.R.
Created by Paula G.R. over 3 years ago
Close

HTML 5

Question 1 of 42

1

Fill the blank space to complete the text.

<p ="About W3Schools">W3Schools is a web developer's site.</p>

Explanation

Question 2 of 42

1

Fill the blank spaces to complete the text.

Imagen con 250px de ancho y 400 px de altura.

<img src="w3schools.jpg" width="" height="">

Explanation

Question 3 of 42

1

Fill the blank space to complete the text.

<a ="https://www.w3schools.com">This is a link</a>

Explanation

Question 4 of 42

1

Fill the blank space to complete the text.

<img src="w3schools.png" ="w3schools Logo">

Explanation

Question 5 of 42

1

Fill the blank space to complete the text.

Inserta un encabezado:


<p>Londres es la capital de Inglaterra.</p>

Explanation

Question 6 of 42

1

Fill the blank spaces to complete the text.

Añade 6 encabezados con el texto "Hello", empieza por el encabezado más importante hasta el menos importante.

<html>
<body>






</body>
</html>

Explanation

Question 7 of 42

1

Fill the blank spaces to complete the text.

Pon las etiquetas adecuadas.
Universal Studios es el mas importante.
Parque Jurásico, es el siguiente más importante
Sobre, es el tercero más importante
La última frase es un párrafo.

Universal Studios
Parque Jurásico
Sobre
Se ha abierto un nuevo parque en la isla Nublar. Un parque de dinosaurios<p>

Explanation

Question 8 of 42

1

Fill the blank space to complete the text.

Añade una pausa temática.

<h1>Londres</h1>

<p>Londres es la capital de Inglaterra.</p>

Explanation

Question 9 of 42

1

Fill the blank space to complete the text.

Añade un salto de línea en medio del párrafo.

<p>Londres es la capitalde Inglaterra.</p>

Explanation

Question 10 of 42

1

Fill the blank spaces to complete the text.

Pon el párrafo de color azul:

<p ="">This is a paragraph.</p>

Explanation

Question 11 of 42

1

Fill the blank space to complete the text.

Usa la fuente: courier

<p style=":courier;">Cambiando de fuente.</p>

Explanation

Question 12 of 42

1

Fill the blank space to complete the text.

Centra el texto.

<p style=":center;">Texto centrado.</p>

Explanation

Question 13 of 42

1

Fill the blank space to complete the text.

Pon el tamaño del texto a 50 px

<p style=":50px;">El tamaño del texto a 50px.</p>

Explanation

Question 14 of 42

1

Fill the blank space to complete the text.

Pon el fondo del documento de color amarillo.

<html><body style=":yellow;">

<h1>Encabezado</h1>

<p>Este fondo es amarillo.</p>

</body>
</html>

Explanation

Question 15 of 42

1

Fill the blank spaces to complete the text.

<html>
<body =";">
<h1>Encabezado</h1>
<p>Esto es un párrafo.</p>
</body>
</html>

Explanation

Question 16 of 42

1

Fill the blank spaces to complete the text.

Añade una importancia especial a la palabra degradación:

<p>La misión de WWF es la de parar la degradacióndel medio ambiente natural de nuestro planeta </p>

Explanation

Question 17 of 42

1

Fill the blank spaces to complete the text.

empatiza la palabra metropolitana

<p> Tokyo es la capital de Japón, el área metropolitana más habitada del planeta</p>

Explanation

Question 18 of 42

1

Fill the blank spaces to complete the text.

Resalta la palabra divertido.

<p> Es DIVERTIDO aprender HTML.

Explanation

Question 19 of 42

1

Fill the blank spaces to complete the text.

Añade subíndice al número 2.

<p>H2O es agua</p>

Explanation

Question 20 of 42

1

Fill the blank spaces to complete the text.

Tacha la palabra azul

<p>Mi color favorito es el azul</p>

Explanation

Question 21 of 42

1

Fill the blank spaces to complete the text.

Añade comillas a la palabra divertido.

<p>Soy muy divertido</p>

Explanation

Question 22 of 42

1

Fill the blank spaces to complete the text.

El siguiente texto es una cita de una web.

< ="http://www.worldwildlife.org/who/index.html">
For 50 years, WWF has been protecting the future of nature. The world's leading conservation organization, WWF works in 100 countries and is supported by 1.2 million members in the United States and close to 5 million globally.
<>

Explanation

Question 23 of 42

1

Fill the blank spaces to complete the text.

OMS son siglas de la Organización mundial de la salud

<p>La <"Organización Mundial de la Salud">OMS<></p> fue fundada en 1948 </p>

Explanation

Question 24 of 42

1

Fill the blank spaces to complete the text.

<esto es un comentario>

Explanation

Question 25 of 42

1

Fill the blank spaces to complete the text.

El texto debe ser un link a default.html

< >Visit our HTML tutorial.

Explanation

Question 26 of 42

1

Fill the blank space to complete the text.

Haz que el enlace se abra en una pestaña nueva.

<a href="html_images.asp" >HTML Images</a>

Explanation

Question 27 of 42

1

Fill the blank spaces to complete the text.

Haz que la imagen sea un enlace a default.html

><img src="smiley.gif">

Explanation

Question 28 of 42

1

Fill the blank spaces to complete the text.

Haz que esta imagen tenga un ancho de 250 px y 400 px de alto

<img src="scream.png" ="250" ="400">

Explanation

Question 29 of 42

1

Fill the blank space to complete the text.

Usa css para poner un tamaño de imagen de 250px de ancho y 400 px de alto

<img src="scream.png" style="">

Explanation

Question 30 of 42

1

Fill the blank space to complete the text.

Haz que la imagen flote a la derecha del párrafo.

<p>
<img src="smiley.gif" style="">
This is a paragraph.
This paragraph contains an image
</p>

Explanation

Question 31 of 42

1

Fill the blank space to complete the text.

Inserta un gif. (smiley.gif)

<img >

Explanation

Question 32 of 42

1

Fill the blank spaces to complete the text.

Los encabezados de la tabla son: Nombre y Edad

<table>




<tr>
<td>Jill Smith</td>
<td>50</td>
</tr>
</table>

Explanation

Question 33 of 42

1

Fill the blank space to complete the text.

Haz que la tabla tenga un ancho de 300px

<table >
<tr>
<th>Nombre</th>
<th>Apellidos</th>
<th>Puntos</th>
</tr>
<tr>
<td>Jill</td>
<td>Smith</td>
<td>50</td>
</tr>
</table>

Explanation

Question 34 of 42

1

Fill the blank spaces to complete the text.

Añade 2 celdas que tengan el calor "Eva García" y 94.

<table>
<tr>
<th>Nombre</th>
<th>Edad</th>
</tr>
<tr>
<td>Jill Smith</td>
<td>50</td>
</tr>




</table>

Explanation

Question 35 of 42

1

Fill the blank space to complete the text.

Haz que el primer tb se una en 2 columnas.

<table>
<tr>
<th >Name</th>
<th>Age</th>
</tr>
<tr>
<td>Jill</td>
<td>Smith</td>
<td>50</td>
</tr>
<tr>
<td>Eve</td>
<td>Jackson</td>
<td>94</td>
</tr>
</table>

Explanation

Question 36 of 42

1

Fill the blank spaces to complete the text.

Esto es una lista ordenada:


<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>

Explanation

Question 37 of 42

1

Fill the blank space to complete the text.

Usa el atributo que muestre en la lista letras mayúsculas en vez de números.

<ol >
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>

Explanation

Question 38 of 42

1

Fill the blank spaces to complete the text.

Define una sección en un documento (a nivel de bloque)
Define una sección en un documento (inline)

Explanation

Question 39 of 42

1

haz que H1 sea rojo

<!DOCTYPE html>
<html>
<head>
<style>
.especial {color:red;}
</style>
</head>
<body>
<h1 >Mi pagina</h1>
</body>
</html>

Drag and drop to complete the text.

    class="especial"

Explanation

Question 40 of 42

1

Fill the blank space to complete the text.

Añade 2 clases a H1, para hacer el fondo rosa (pink) y el color rojo (red)
<!DOCTYPE html>
<html>
<head>
<style>
.intro {background:pink;}
.special {color:red;}
</style>
</head>
<body>
<h1 >My Home Page</h1>
</body>
</html>

Explanation

Question 41 of 42

1

Fill the blank space to complete the text.

Haz que H1 sea rojo

<!DOCTYPE html>
<html>
<head>
<style>
#myheader {color:red;}
</style>
</head>
<body>
<h1 >My Home Page</h1>
</body>
</html>

Explanation

Question 42 of 42

1

Fill the blank space to complete the text.

<iframe ="https://www.w3schools.com"></iframe>

Explanation