wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

html2

Total questions: 40

Worksheet time: 26mins

Name
Class
Date
1.

Como se cierra una etiqueta P?

a)

<p><p>

b)

<p></p>

c)

<p><--p>

d)

<p><!p>

e)

<p><p/>

2.

Como se hace un salto de linea?

a)

<br/>

b)

<n/>

c)

<ln/>

d)

<b>

e)

<n>

3.

manera correcta de adjuntar una imagen

a)

<img src="./image">

b)

<image source="./image.jpg">

c)

<img rel="./image.jpg">

d)

<image link="./image.jpg">

e)

<img src="./image.jpg">

4.

Como se enlaza un elemento interno de nuestra pagina a una etiqueta <a>

a)

<a href=".ex">

ex</a>

b)

<b ref="#ex">

ex</b>

c)

<a rel="#ex">

ex</a>

d)

<a href="*ex">

ex</a>

e)

<a href="#ex">

ex</a>

5.

Cual propiedad abre un enlace en una nueva ventana?

a)

blank="_target"

b)

target="new_tag"

c)

open="_target"

d)

new="_blank"

e)

target="_blank"

6.

Como hacemos que nuestro 'button' envié la información de un formulario?

a)

<button rel="submit">

b)

<button type="sent">

c)

<button href="form-submit">

d)

<button type="submit">

e)

<botton type="send">

7.

Cual etiquetas contienen meta información de nuestra pagina?

a)

<info>

b)

<header>

c)

<!DOCTYPE html>

d)

<meta>

e)

<script>

8.

Como le indicamos al navegador que versión de HTML vamos a implementar?

a)

<!DOCTYPE html>

b)

<meta HTML version="5">

c)

<html>

d)

<meta HTML version="5">

e)

<meta name="viewport" content="device-html-version=5">

9.

Escoge las etiquetas de meta información

a)

<meta>

b)

<footer>

c)

<title>

d)

<link>

e)

<span>

10.

como se crea una lista organizada

a)

<div> <li>'Garfield'</li> <li>'Sylveste'</li> </div>

b)

<ul> <lu>'Garfie'</lu> <lu>'Sylvest'</lu> </ul>

c)

<ol> <li>'Garfield'</li> <li>'Sylveste'</li> </ol>

d)

<section>

<span>

'Garfield'

</span>

<span>

'Sylvester'

</span>

</section>

e)

<ul> <li>Garfield</li> <li>Sylvester</li> </ul>

11.

Como se agregar un marcador de posición en un input?

a)

<div spotholder="ex"

/>

b)

<input position="ex"

/>

c)

<input nameholder="ex"/>

d)

<input placeholder="ex"/>

e)

<input placeholder : {ex} />

12.

What does HTML stand for?

a)

Hyper Text Markup Language

b)

High Text Markup Language

c)

Hyperlinks and Text Markup Language

d)

Home Tool Markup Language

13.

Who is the father of HTML?

a)

Rasmus Lerdorf

b)

Tim Berners-Lee

c)

Brendan Eich

d)

Sergey Brin

14.

Which HTML tag is used to define an internal style sheet?

a)

b)