PRIMEROS PASOS HTML

Description

Sencillo test sobre los primeros pasos con HTML.
Carlos Adolfo Reyes Castañeda
Quiz by Carlos Adolfo Reyes Castañeda, updated more than 1 year ago
Carlos Adolfo Reyes Castañeda
Created by Carlos Adolfo Reyes Castañeda over 4 years ago
545
0

Resource summary

Question 1

Question
Arrastre y suelte cada imagen hasta completar correctamente la estructura básica de un documento HTML.
Answer
  • <!DOCTYPE html>
  • <DOCTYPE! html>
  • <html lang="es-CO">
  • <html lang="es-CO>
  • <head>
  • <meta charset="uft-8">
  • <meta charset="utf-8">
  • <title>Título</title>
  • <tittle>Título</tittle>
  • </head>
  • <body>
  • </body>
  • </html>

Question 2

Question
Es la forma de abrir el Bloc de Notas.
Answer
  • True
  • False

Question 3

Question
Se han tenido en cuenta los requerimientos para almacenar correctamente el documento.
Answer
  • True
  • False

Question 4

Question
¡Así se guarda!
Answer
  • True
  • False

Question 5

Question
Este si está bien guardado.
Answer
  • True
  • False

Question 6

Question
¡Esta no es la forma de guardar!
Answer
  • True
  • False

Question 7

Question
<!DOCTYPE html> <html lang="es-CO"> <head> <meta charset="utf-8"> <title>CSS & SPAN</title> [blank_start]<link rel="stylesheet" href="style.css">[blank_end] </head> <body> <h1>ESTA ES LA RECTA FINAL</h1> [blank_start]<h2>De lo que se siembra...</h2>[blank_end] <p>Los Salesianos acostumbran a celebrar la fiesta de la cosecha. En ese día honran al estudiante, su esfuerzo y dedicción. Hay un programa especial, deportes, juegos, comida, mucha comida... y por supuesto satisfacción para quienes cosechan buenos logros habiendo sembrado la buena semilla del esfuerzo, la responsabilidad y la diligencia. Otros tantos, en cambio, recogen la cosecha de la semilla de la pereza, la flojera, la mediocridad, free fire...</p> </body> </html>
Answer
  • <link rel="styleheet" href="style.css">
  • <link rel="stylesheet" href="style.css>
  • <link rel="stylesheet" href="style.css">
  • <h2>De lo que se siembra...</h2>
  • <h2>De lo que se siembra...<h2>
  • <h2>De lo que se siembra...</h3>

Question 8

Question
<!DOCTYPE html> <html lang="es-CO"> <head> <meta charset="utf-8"> <title>NIVELEMOS</title> <link rel="stylesheet" href="nivelemos.css"> </head> <body> <h1>FELICES FIESTAS</h1> [blank_start]<img src="familia.jpg"[blank_end] alt="Familia feliz" width="400" height="300"> <p>"Sea muy moderno y todo lo que quiera pero baile con la tía, no le haga el feo a la abuelita con la novena, ayúdele a la mamá a armar el arbolito y el pesebre, colabórele al papá para revolver la natilla y a los tíos a cuadrar el bafle y a armar la lista de reproducción con chucuchucu y parranda... vea que después le faltan y le toca mamarse un vacío tenaz! ¡Enamórese perdidamente de la familia!"</p> [blank_start]<a href="abuelos.html">Mis abuelos</a>[blank_end] </body> </html>
Answer
  • <link src="familia.jpg"
  • <img src="familia.jpg"
  • <a src="familia.jpg"
  • <a href="abuelos.html">Mis abuelos</a>
  • <img href="abuelos.html">Mis abuelos</a>
  • <link src="abuelos.html">Mis abuelos</a>

Question 9

Question
La etiqueta "img" permite mostrar mapas de bit en un documento HTML. Su sintaxis es: <img href="archivo.ext" alt="Texto alterno" width="x" height="y"> siendo X/Y el valor en pixeles.
Answer
  • True
  • False

Question 10

Question
La etiqueta "img" permite mostrar mapas de bit en un documento HTML. Su sintaxis es (siendo X/Y el valor en pixeles):
Answer
  • <img src="archivo.ext" alt="Texto alterno" width="x" height="y">
  • <img href="archivo.ext" alt="Texto alterno" width="x" height="y">
  • <img src="archivo.ext" alt="Texto alterno" width="x" heigth="y">
  • <img href="archivo.ext" alt="Texto alterno" widht="x" height="y">

Question 11

Question
En un documento HTML en el que se desea mostrar un video y una fotografía, se debe tener en cuenta:
Answer
  • <embed src="video.mp4" type="video/mp4" width="640" height="360">
  • <a href="video.html">
  • <img src="imagen.png" width="400" height="300">
  • <link rel="video" href="video.mp4">

Question 12

Question
h1 {color:blue; font-family:verdana;}
Answer
  • Estilo Inline
  • Estilo CSS
  • Atributo Style
Show full summary Hide full summary

Similar

FUNDAMENTOS DE REDES DE COMPUTADORAS
anhita
Test: "La computadora y sus partes"
Dayana Quiros R
Abreviaciones comunes en programación web
Diego Santos
Seguridad en la red
Diego Santos
Conceptos básicos de redes
ARISAI DARIO BARRAGAN LOPEZ
Excel Básico-Intermedio
Diego Santos
Evolución de la Informática
Diego Santos
Introducción a la Ingeniería de Software
David Pacheco Ji
La ingenieria de requerimientos
Sergio Abdiel He
TECNOLOGÍA TAREA
Denisse Alcalá P
Navegadores de Internet
M Siller