Repaso 2

Repaso 2

Professional Development

10 Qs

quiz-placeholder

Similar activities

Cascading Style Shenanigans: A CSS Quiz for the Witty Web Wizar

Cascading Style Shenanigans: A CSS Quiz for the Witty Web Wizar

Professional Development

15 Qs

HTML

HTML

7th Grade - Professional Development

7 Qs

HTML Quiz

HTML Quiz

10th Grade - Professional Development

10 Qs

Html5 Basico

Html5 Basico

Professional Development

10 Qs

XPath Efectivos.

XPath Efectivos.

Professional Development

10 Qs

P82 Invention and Robotic Club 06/28

P82 Invention and Robotic Club 06/28

KG - Professional Development

10 Qs

Web Code Test 1

Web Code Test 1

Professional Development

15 Qs

HTML 5 Review quiz

HTML 5 Review quiz

Professional Development

10 Qs

Repaso 2

Repaso 2

Assessment

Quiz

Instructional Technology, Other

Professional Development

Hard

Created by

Gustavo Reboso

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

¿Cuál de los siguientes códigos sería el correcto para reproducir un video de Youtube directamente en nuestra página html?

<iframe width="400" height="200"

src="https://www.youtube.com/embed/rbuYtrNUxg4"

>

</iframe>

<a href="https://www.youtube.com/embed/rbuYtrNUxg4">Youtube</a>

<video srd="https://www.youtube.com/embed/rbuYtrNUxg4" controls type="video/mp4"></video>

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Según el siguiente código html ¿qué formato de audio reproduciría el navegador?


<audio controls>

<source src="audio1.mp3" type="audio/mp3">

<source src="audio1.ogv" type="audio/ogv">

<source src="audio1.wav" type="audio/wav">

</audio>

mp3

ogv

wav

todos los anteriores

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

¿Cuál sería la ruta relativa al fichero tutorial.pdf desde index.html?

ejemplos/documentos/tutorial.pdf

documentos/tutorial.pdf

documentos\tutorial.pdf

tutorial.pdf

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

¿Cuál es un ejemplo correcto de enlace de marcador (ancla) en la misma página en html?

<a href="#galeria">Galería de imágenes</a>

<a href="/galeria.html">Galería de imágenes</a>

<a href="galeria.html">Galería de imágenes</a>

<a href="mailto:galeria">Galería de imágenes</a>

<a href="galeria.html#galeria">Galería de imágenes</a>

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

Posibles formas de aplicar estilos en html...

atributo style

etiqueta <style> en <head>

fichero de estilo externo css

atributo color

etiqueta <colors>

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

Formatos de video soportados por html:

mp4

avi

ogv

webm

mov

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

Formatos de audio soportados por html:

mp3

wvm

ogg

wav

mp2

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?