Introducción HTML

Introducción HTML

11th Grade

8 Qs

quiz-placeholder

Similar activities

Html(Beginners)

Html(Beginners)

8th Grade - Professional Development

13 Qs

Day 1&2 revison test

Day 1&2 revison test

9th - 12th Grade

10 Qs

HTML Quiz

HTML Quiz

11th Grade

10 Qs

First 10 HTML Tags

First 10 HTML Tags

6th - 11th Grade

10 Qs

HTML:CSS

HTML:CSS

11th - 12th Grade

10 Qs

QUIZ HTML PERTEMUAN KE 2 KELAS 11

QUIZ HTML PERTEMUAN KE 2 KELAS 11

11th Grade

10 Qs

Pembuatan Doc HTML

Pembuatan Doc HTML

11th Grade

10 Qs

HTML

HTML

5th Grade - University

10 Qs

Introducción HTML

Introducción HTML

Assessment

Quiz

Computers

11th Grade

Medium

Created by

David Tacilla

Used 6+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

La etiqueta para hacer comentarios es:

<!--comentario

<!-comentario->

<!--comentario-->

<?--comentario--?>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

La etiqueta para colocar nombre a la ventana es:

<title>nombre

<tittle>nombre</tittle>

<title>nombre</title>

<head>nombre</head>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

La etiqueta para colocar una línea horizontal es:

<br>

<hr>

<p></p>

<h1></h1>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

La etiqueta para colocar un título como encabezado de mayor tamaño es:

<h6></h6>

<h2></h2>

<h1></h1>

<hr1></hr1>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

La extensión de una página web es:

.css

.mkv

.bat

.html

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

El atributo para cambiar el color de fondo de una página web es:

bgcolor

color

background

id

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Los valores que podemos colocar en el atributo para cambiar de color deben ser en el idioma:

ruso

español

alemán

inglés

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

La estructura básica de HTML es:

<html><head></head><body></body></html>

<html><head></head><body></body>

<html><head><body></body></html>

<html><head></head><body><//body><//html>