Evaluacion final

Evaluacion final

University

13 Qs

quiz-placeholder

Similar activities

Módulo Quiz - DHCPv4

Módulo Quiz - DHCPv4

University

15 Qs

Programación Web

Programación Web

1st Grade - University

10 Qs

Equilibrio ácido-base

Equilibrio ácido-base

University

17 Qs

Cuestionario sobre Cloud Computing

Cuestionario sobre Cloud Computing

12th Grade - University

13 Qs

Plan de redacción

Plan de redacción

University

18 Qs

EVALUACIÓN DE LÓGICO MATEMÁTICO - AGOSTO

EVALUACIÓN DE LÓGICO MATEMÁTICO - AGOSTO

University

10 Qs

Balanceo de línea

Balanceo de línea

University

8 Qs

html5

html5

University

10 Qs

Evaluacion final

Evaluacion final

Assessment

Quiz

Other

University

Hard

Created by

Kevin Crespo

Used 1+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es la etiqueta correcta para crear un enlace en HTML?

<link>

<a>

<href>

<url>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cómo se inserta una imagen en un documento HTML?

<img src="image.jpg">

<image src="image.jpg">

<img href="image.jpg">

<pic src="image.jpg">

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es la etiqueta adecuada para un campo de entrada de texto en un formulario?

<textarea>

<input type="text">

<textfield>

<input type="textarea">

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es la sintaxis correcta para declarar una variable en JavaScript?

variable x;

var x;

x = var;

let x;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cómo se define una función en JavaScript?

function = myFunction() {}

myFunction function() {}

function myFunction() {}

function: myFunction() {}

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es el resultado de "2" + 2 en JavaScript?

4

22

NaN

Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué método se usa para acceder a un elemento HTML por su ID en JavaScript?

getElementById()

getElement()

getElementByID()

getElementByClass()

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?