Código I

Código I

University

15 Qs

quiz-placeholder

Similar activities

Examen Web 2 - ISBA

Examen Web 2 - ISBA

University

13 Qs

Diseño web con HTML y PHP #1

Diseño web con HTML y PHP #1

University

20 Qs

Prueba Diagnostica - Diseño Web

Prueba Diagnostica - Diseño Web

University

20 Qs

No IQ quiz

No IQ quiz

KG - University

13 Qs

EXAMEN TEÓRICO FINAL HTML + CSS + JS

EXAMEN TEÓRICO FINAL HTML + CSS + JS

University

20 Qs

Fundamentos diseño web

Fundamentos diseño web

University

20 Qs

Programación

Programación

University

15 Qs

Repaso Web

Repaso Web

University

12 Qs

Código I

Código I

Assessment

Quiz

Design

University

Hard

Created by

Harvey Buitrago

Used 12+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

¿Cuál es la manera correcta para hacer comentarios en el código?

<!-- así -->

<-- así -->

<!así -->

<!-- así --¡>

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

¿Cuál es la etiqueta para que salga el texto en la pestaña del navegador?

<html>

<title>

<body>

<head>

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

¿Cuál es la etiqueta para que salgan los textos e imágenes del html en el navegador?

<html>

<title>

<body>

<head>

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

¿Los encabezados van desde el <h1> hasta...?

<h8>

<h5>

<h7>

<h6>

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

¿Qué escribimos para que salga un párrafo con 150 palabras en Lorem Ipsum?

p>lorem150

<p>lorem150

<p lorem 150>

<plorem150

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

¿Cuál es la forma correcta de hacer un hipertexto linkeado?

<a href=https://www.google.com/>Ir a sitio</a>

<a href="https://www.google.com/">Ir a sitio</a>

<a src="https://www.google.com/">Ir a sitio</a>

<a href="https://www.google.com/"></a>

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

¿Cuál es la forma correcta de insertar una imagen sin errores de código?

<img href="imagen.jpg" alt="Descripción">

<img src="imagen.jpg">

<img src="imagen.jpg" alt="Descripción">

<img src="imagen" alt="Descripción">

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?