Examen HTML y CSS

Examen HTML y CSS

9th - 12th Grade

26 Qs

quiz-placeholder

Similar activities

Web Design Part 2

Web Design Part 2

9th - 12th Grade

23 Qs

Corto #1 HTML - 4A

Corto #1 HTML - 4A

10th Grade

21 Qs

HTML CSS and JS

HTML CSS and JS

11th - 12th Grade

22 Qs

HTML Básico

HTML Básico

9th Grade

27 Qs

SDA Chapter 5 Vocabulary

SDA Chapter 5 Vocabulary

7th - 9th Grade

21 Qs

HTML & CSS quiz

HTML & CSS quiz

6th Grade - Professional Development

21 Qs

Examen de 3er Bimestre (HTML)

Examen de 3er Bimestre (HTML)

11th Grade

26 Qs

HTML

HTML

12th Grade

25 Qs

Examen HTML y CSS

Examen HTML y CSS

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Tania Palacios

Used 20+ times

FREE Resource

26 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

SELECT

es una etiqueta

es una propiedad

es un atributo

2.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

¿Cual es la etiqueta usada para enlazar una pagina html con otra?

<Href>

<A href>

<src>

<body>

3.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

¿La etiqueta <TITLE> sirve para?

cabeza de la pagina

colocar un titulo en el cuerpo de mi pagina

darle nombre a mi cuerpo de la pagina

darle nombre a la pestaña de mi pagina

4.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

¿Cual de las siguientes es la estructura correcta?

<html>

<head>

<title></title>

</head>

<body>

</body>

</html>

<html>

<head>

</head>

<body>

</body>

</html>

<html>

<head> </head>

<title></title>

<body>

</body>

</html>

<html>

<head> </head>

<title></title>

<body>

</html>

5.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

¿Cual es la estructura correcta para crear una tabla 3x3?

<table >

    <tr>

        <td></td>

        <td></td>

        <td></td>

</tr>

<tr>

        <td></td>

        <td></td>

        <td></td>

</tr>

<tr>

        <td></td>

        <td></td>

        <td></td>

</tr>

</table>

<table>

<td></td>

</tr>

<tr>

        <td></td>

        <td></td>

        <td></td>

</tr>

<tr>

        <td></td>

        <td></td>

        <td></td>

</tr>

   <td></td>

        <td></td>

        <td></td>

</table>

ninguna

todas

6.

OPEN ENDED QUESTION

45 sec • 1 pt

¿Cual es la etiqueta para poner en movimiento imagenes o texto?

Evaluate responses using AI:

OFF

7.

OPEN ENDED QUESTION

3 mins • 1 pt

¿Cual es la etiqueta para salto de linea?

Evaluate responses using AI:

OFF

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?