Computer Navidad

Computer Navidad

12th Grade

38 Qs

quiz-placeholder

Similar activities

Matter quiz

Matter quiz

9th - 12th Grade

40 Qs

Ulangkaji Sains Tahun 4 / Tahun 2020 (Kertas 1)

Ulangkaji Sains Tahun 4 / Tahun 2020 (Kertas 1)

1st - 12th Grade

40 Qs

5. sınıf fen bilimleri madde ve değişimi Soruları

5. sınıf fen bilimleri madde ve değişimi Soruları

KG - Professional Development

35 Qs

Chemical Reactions

Chemical Reactions

9th - 12th Grade

35 Qs

DNA replication and Protein Synthesis

DNA replication and Protein Synthesis

9th Grade - University

35 Qs

Heart Anatomy and Physiology

Heart Anatomy and Physiology

9th Grade - University

42 Qs

Unit 1 Review Questions

Unit 1 Review Questions

12th Grade

40 Qs

Life Cycle of a Star & The Sun Quiz Review

Life Cycle of a Star & The Sun Quiz Review

9th - 12th Grade

35 Qs

Computer Navidad

Computer Navidad

Assessment

Quiz

Science

12th Grade

Practice Problem

Easy

Created by

Angel Villanueva

Used 13+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

38 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Opción correcta para crear una imagen, escala 200px, que me lleve a una página si le doy click

<img src="tu_imagen.png" alt="Descripción de la imagen" width="200px">

<a href="tu_pagina_destino.html">Enlace sin imagen</a>

<img src="tu_imagen.png" alt="Descripción de la imagen" width="200px" onclick="window.location.href='tu_pagina_destino.html';">

<a href="tu_pagina_destino.html">

<img src="tu_imagen.png" alt="Descripción de la imagen" width="200px">

</a>

</a href="tu_pagina_destino">

<src="tu_imagen.png" alt="Descripción de la imagen" width="200px">

<a>

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Etiqueta para poner especificaciones en el head

3.

MULTIPLE CHOICE QUESTION

45 sec • 4 pts

Opción correcta para crear una imagen, escala 400px, que me lleve a una página nueva si le doy click

<img target="_blank" src="tu_imagen.png" alt="Descripción de la imagen" width="400px">

<a href="tu_pagina_destino.html">Enlace sin imagen</a>

<img target="_blank" src="tu_imagen.png" alt="Descripción de la imagen" width="40px" onclick="window.location.href='tu_pagina_destino.html';">

<a target="_blank" href="tu_pagina_destino.html">

<img src="tu_imagen.png" alt="Descripción de la imagen" width="400px">

</a>

</a href="tu_pagina_destino">

<src="tu_imagen.png" alt="Descripción de la imagen" width="400px">

<a>

4.

FILL IN THE BLANK QUESTION

30 sec • 2 pts

Etiqueta utilizada para poner el contenido del documento

5.

MULTIPLE CHOICE QUESTION

1 min • 4 pts

Opción correcta para poner un video de youtube(etiqueta iframe) y posicionarlo a la derecha, con una separación(padding) de 20px

<!DOCTYPE html>

<html lang="es">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Video a la Derecha</title>

<style>

#contenedor {

float: right;

}

</style>

</head>

<body>

<section id="contenedor">

<iframe width="560" height="315" src="https://www.youtube.com/embed/TU_VIDEO_ID" frameborder="0" allowfullscreen></iframe>

</section>

</body>

</html>

<!DOCTYPE html>

<html lang="es">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Video a la Derecha</title>

<style>

#contenedor {

float: right;

padding: 20px;

}

</style>

</head>

<body>

<section id="contenedor">

<iframe width="560" height="315" src="https://www.youtube.com/embed/TU_VIDEO_ID" frameborder="0" allowfullscreen></iframe>

</section>

</body>

</html>

<!DOCTYPE html>

<html lang="es">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Video a la Derecha</title>

<style>

body {

margin: 0

padding: 0;

#contenedor {

float: left;

padding-right: 20px;

}

</style>

</head>

<body>

<section id="contenedor">

<iframe width="560" height="315" src="https://www.youtube.com/embed/TU_VIDEO_ID" frameborder="0" allowfullscreen></iframe>

</section>

</body>

</html>

<!DOCTYPE html>

<html lang="es">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Video a la Derecha </title>

<style>

body {

margin: 0;

padding: 0;

}

#contenedor {

float: right;

}

</style>

</head>

<body>

<section id="contenedor">

<iframe width="560" height="315" src="https://www.youtube.com/embed/TU_VIDEO_ID" frameborder="0" allowfullscreen></iframe>

</section>

</body>

</htm>

6.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Etiqueta para hacer un espacio entre elementos

7.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

¿Qué etiqueta utilizaríamos si queremos encerrar en un bloque de texto una cita?

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?