Computer Navidad
Quiz
•
Science
•
12th Grade
•
Practice Problem
•
Easy
Angel Villanueva
Used 13+ times
FREE Resource
Enhance your content in a minute
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

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
33 questions
AP Physics 1 Test Uniform Circular Motion & Law of Gravitation
Quiz
•
11th - 12th Grade
38 questions
AP Bio Cell Comm and Cell Cycle Review 2025 (Unit 4)
Quiz
•
12th Grade
40 questions
HTML5 & CSS3 Quiz
Quiz
•
9th - 12th Grade
40 questions
Cellular Metabolism
Quiz
•
11th - 12th Grade
35 questions
Garza ciencias Huejutla
Quiz
•
9th - 12th Grade
35 questions
Conceptual Electricity Test Review
Quiz
•
12th Grade
34 questions
AP Chemistry Electrochemistry Galvanic and Electrolytic Cells
Quiz
•
10th - 12th Grade
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
Discover more resources for Science
10 questions
Unit 2: LS.Bio.1.5-LS.Bio.2.2 Power Vocab
Quiz
•
9th - 12th Grade
32 questions
Explore Mixtures and Solutions
Quiz
•
9th - 12th Grade
15 questions
Patterns of Evolution MCQ Reading
Passage
•
9th - 12th Grade
20 questions
F25 Taxonomy Review
Quiz
•
9th - 12th Grade
5 questions
Exploring Gene and Chromosome Mutations
Interactive video
•
9th - 12th Grade
10 questions
What is photosynthesis?
Lesson
•
10th - 12th Grade
17 questions
Explore Forces and Motion
Quiz
•
9th - 12th Grade
23 questions
APES Unit 3 Test Review
Quiz
•
11th - 12th Grade
