Repaso 2

Repaso 2

Professional Development

10 Qs

quiz-placeholder

Similar activities

bermain barsama indo

bermain barsama indo

Professional Development

12 Qs

HTML Quiz

HTML Quiz

9th Grade - Professional Development

10 Qs

แบบทดสอบหลังเรียนหน่วยที่ 9 Cascading Style Sheets (CSS)

แบบทดสอบหลังเรียนหน่วยที่ 9 Cascading Style Sheets (CSS)

Professional Development

10 Qs

Javascript Brainstorming

Javascript Brainstorming

Professional Development

6 Qs

Na'vi Infix Positions

Na'vi Infix Positions

KG - Professional Development

15 Qs

Basic JavaScript (Henry)

Basic JavaScript (Henry)

Professional Development

10 Qs

Tes Psikotes

Tes Psikotes

Professional Development

10 Qs

Rodada 2: Development Games

Rodada 2: Development Games

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?