Repaso HTML y CSS

Repaso HTML y CSS

3rd Grade

47 Qs

quiz-placeholder

Similar activities

Latihan Soal ASAS Kelas 3 #1

Latihan Soal ASAS Kelas 3 #1

1st - 5th Grade

42 Qs

Assessment preparatory quiz

Assessment preparatory quiz

1st - 5th Grade

49 Qs

Remidi Pemrograman Dasar

Remidi Pemrograman Dasar

1st - 12th Grade

45 Qs

GCSE Python Legends

GCSE Python Legends

1st - 12th Grade

45 Qs

G3 Final 2 MS Excel Review

G3 Final 2 MS Excel Review

3rd Grade

47 Qs

Cuestionario - TEMA 7 (SOM). Sistema operativo Linux.

Cuestionario - TEMA 7 (SOM). Sistema operativo Linux.

KG - Professional Development

49 Qs

VOIP XII

VOIP XII

1st Grade - University

50 Qs

ôn CĐ 1: Làm quen với máy tính

ôn CĐ 1: Làm quen với máy tính

2nd - 12th Grade

50 Qs

Repaso HTML y CSS

Repaso HTML y CSS

Assessment

Quiz

Computers

3rd Grade

Medium

Created by

Informatica Majada

Used 4+ times

FREE Resource

47 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Para qué sirve la declaración <!DOCTYPE> que se escribe al inicio de un documento HTML?

Es un comentario que añade el programador sobre el tipo de documento

Es la raíz del árbol DOM del que cuelga toda la estructura de etiquetas

Es la estructura XML de un documento DOC de Word

Sirve para que el navegador interprete la versión HTML del documento

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cómo se hace referencia a un documento css externo?

<link rel="stylesheet" href="archivo.css"></link>

<link type="stylesheet" src="archivo.css"></link>

<link rel="stylesheet" href="archivo.css" />

<link type="stylesheet" src="archivo.css" />

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

La etiqueta <head>

Es un contenedor para varios elementos como <title>, <style>, <link>, etc

Es un contenedor para los elementos del contenido visible de la página

Sirve para definir encabezamientos de texto de varios niveles

Representa un contenedor para un conjunto de enlaces de navegación

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es el HTML correcto para mostrar texto subrayado?

<p style="underline">texto</p>

<p style="text-decoration: underline">texto</p>

<p text-decoration-property="underlined">texto</p>

<p style="set-style: underline">texto</p>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cómo se crea un enlace correctamente?

<a href="http://www.webtutoriales.com">Web Tutoriales</a>

<a url="http://www.webtutoriales.com">Web Tutoriales</a>

<a>http://www.webtutoriales.com</a>

<link url="http://www.webtutoriales.com">Web Tutoriales</link>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cómo se abre un enlace en una ventana nueva?

<a href="http://www.webtutoriales.com" target="_new">Web Tutoriales</a>

<a href="http://www.webtutoriales.com" target="new">Web Tutoriales</a>

<a href="http://www.webtutoriales.com" target="_blank">Web Tutoriales</a>

<a href="http://www.webtutoriales.com" target="popup">Web Tutoriales</a>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál de los siguientes encabezamientos mostrará un texto de mayor tamaño por defecto?

<h2>

<h3>

<h5>

<h1>

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers