Control Diagnóstico HTML - CSS

Description

control html
Lhuis .
Quiz by Lhuis ., updated more than 1 year ago More Less
Lhuis .
Created by Lhuis . over 8 years ago
Lhuis .
Copied by Lhuis . over 8 years ago
874
1

Resource summary

Question 1

Question
¿Cuál es el lenguaje estándar específico para aplicar estilos de presentación a nuestras páginas web?
Answer
  • Flash
  • CSS
  • HTML

Question 2

Question
¿Qué es CCS?
Answer
  • Sheets Cascading Style
  • Style Sheets Cascading
  • Cascading Style Sheets

Question 3

Question
¿Cuál crees que es la mejor manera de aplicar estilos a una página web?
Answer
  • Incluir los estilos en las etiquetas HTML para que se carguen y ejecuten antes
  • Incluirlos en un fichero externo vinculado a ese fichero HTML
  • Incluirlos en la sección cabecera ('head') para agruparlos en un mismo sitio en la misma página

Question 4

Question
¿En CSS se identifica como ID?
Answer
  • #
  • .
  • ;

Question 5

Question
¿Cuál de las siguientes etiquetas NO corresponde a una Pseudo-classes?
Answer
  • a:link
  • a:noactive
  • a:hover

Question 6

Question
¿De lo siguiente que entiende por 60%? .center { width: 60%; }
Answer
  • ancho 60px
  • ancho 60%
  • alto 60%

Question 7

Question
¿Cómo se incluye un comentario nuestro CSS para que no se interprete por el navegador?
Answer
  • <!--tu texto-->
  • /* tu texto */
  • */ tu texto /*

Question 8

Question
¿Qué etiqueta entrega letra más pequeña?
Answer
  • h1
  • h2
  • h3

Question 9

Question
¿De lo siguiente ud. entiende? .foo { width: auto; height: 500px; background: green; }
Answer
  • nombre de clase a la cual se asigna un ancho, un alto en px y un fondo de color
  • nombre de clase a la cual se asigna un alto en %, un alto y un fondo de color
  • nombre de clase a la cual se asigna un ancho en pixeles, un alto y un conde de color

Question 10

Question
Lo siguiente es equivalente a: #p1 {background-color:rgba(255,0,0,0.3);}
Answer
  • nombre de clase, fondo de color: 255 de rojo, 0 de verde, 0 de azul, 0.3 de alpha
  • nombre de id, fondo de color: 255 de rojo, 0 de azul, 0 de verde, 0.3 de alpha
  • nombre de id, fondo de color: 255 de rojo, 0 de verde, 0 de azul, 0.3 de alpha

Question 11

Question
a:link
Answer
  • enlace visitado
  • enlace no visitado
  • enlace de color

Question 12

Question
padding-top es igual a:
Answer
  • Ancho del relleno inferior
  • Ancho del relleno derecho
  • Ancho del relleno superior

Question 13

Question
display:inline en CSS permite:
Answer
  • la caja de un elemento se muestre en línea
  • la caja de un elemento se muestre oculta
  • la caja de un elemento se muestre en lista

Question 14

Question
¿Etiqueta que define texto subrayado?
Answer
  • <br>
  • <b>
  • <u>

Question 15

Question
¿Etiqueta que define texto enfatizado?
Answer
  • <i>
  • <em>
  • <hr>

Question 16

Question
¿Cuál de las siguiente opciones en CSS define el tamaño del margen superior, derecho, inferior e izquierdo?
Answer
  • margin-top
  • margin-left
  • margin

Question 17

Question
¿Atributo que define dirección URL a conectar?
Answer
  • http
  • href
  • a

Question 18

Question
Cuál de las siguientes opciones define mejor el siguiente CSS: h1 {color: red;}
Answer
  • Encabezado de mayor tamaño color rojo
  • Encabezado de menor tamaño color rojo
  • Encabezado color rojo

Question 19

Question
De las siguientes opciones: h1 {color: red;} h2 {color: red;} h3 {color: red;}
Answer
  • Encabezado h1 es de mayor tamaño y color rojo
  • Encabezado h1 es de menor tamaño y color rojo
  • Encabezado h3 es de mayor tamaño y color rojo

Question 20

Question
Etiqueta que define una lista ordenada
Answer
  • <ul>
  • <ol>
  • <li>

Question 21

Question
Etiqueta que define lista no ordenada
Answer
  • <ol>
  • <ul>
  • <li>

Question 22

Question
¿Que atributo define un estilo en html?
Answer
  • head
  • style
  • css

Question 23

Question
¿Qué etiqueta define la cabecera de un documento html?
Answer
  • <html>
  • <head>
  • <body>

Question 24

Question
¿Qué etiqueta define el cuerpo de un documento html?
Answer
  • <meta>
  • <body>
  • <head>

Question 25

Question
¿Qué valor del atributo indica que la url se abrirá en una nueva ventana?
Answer
  • _parent
  • _blank
  • _self

Question 26

Question
¿Qué entiende con lo siguiente? <h1>This is a Heading</h1> <p>This is a paragraph.</p>
Answer
  • Encabezado y párrafo
  • Párrafo y encabezados
  • Títulos y subtítulos

Question 27

Question
¿Qué entiende por HTML?
Answer
  • Home Tool Markup Language
  • Hyper Text Markup Language
  • Hyperlinks and Text Markup Language

Question 28

Question
¿Quién está haciendo los estándares web ?
Answer
  • Microsoft
  • Google
  • The World Wide Web Consortium

Question 29

Question
¿Cuál es la opción correcta para aplicar un estilo a una etiqueta html?
Answer
  • <body bg="yellow">
  • <background>yellow</background>
  • <body style="background-color:yellow;">

Question 30

Question
¿Cuál es el HTML correcto para la creación de un hipervínculo ?
Answer
  • <a>http://www.duoc.cl</a>
  • <a url="http://www.duoc.c.l">ir a duoc</a>
  • <a href="http://www.duoc.cl">ir a duoc</a>

Question 31

Question
El selector en CSS corresponde a: h1 {color: red;}
Answer
  • color:
  • h1
  • red

Question 32

Question
La declaración en CSS corresponde a: h1 {color: red;}
Answer
  • {color: red;}
  • h1

Question 33

Question
¿Cómo puede hacer una lista con viñetas?
Answer
  • <li>
  • <ul>
  • <ol>

Question 34

Question
¿Cuál es el HTML correcto para insertar una imagen?
Answer
  • <img href="imagen.gif" alt="foto">
  • <image src="imagen.gif" alt="foto">
  • <img src="imagen.gif" alt="foto">

Question 35

Question
border-radius: en CSS define bordes redondeados
Answer
  • Verdadero
  • Falso

Question 36

Question
¿Qué entiende por a:hover?
Answer
  • cuando presiona el botón del mouse
  • cuando el mouse pasa por encima de un enlace

Question 37

Question
¿Que opción es correcta? border-radius: 5px 4px 3px 2px;
Answer
  • 5px top - 4px right - 3px bottom - 2px left
  • 5px top - 4px right - 3px left - 2px bottom
  • 5px left - 4px top - 3px right - 2px bottom

Question 38

Question
Seleccione la opción correcta para agregar un fondo de imagen
Answer
  • bgimage: url("paper.gif");
  • background-image: url("paper.gif");
  • background: url("paper.gif");

Question 39

Question
Selecciona la opción correcta para aplicación de color "rgba" en CSS
Answer
  • {background-color:rgba(255,0,0,0.3);}
  • {background-color:rgb(255,0,0);}
  • {bcolor=rgba(255,0,0,0.3);}

Question 40

Question
¿La siguiente línea html presenta algún error? <div>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<div>
Answer
  • True
  • False

Question 41

Question
¿La siguiente línea html se encuentra correcta? <a href=http://www.duoc.cl>ir a duoc</a>
Answer
  • True
  • False

Question 42

Question
Para utilizar una hoja de estilo externa que estará vinculada a un documento html usamos la etiqueta <href> en el head
Answer
  • True
  • False

Question 43

Question
¿Que entiende por? <h1>This is a heading</h1>
Answer
  • Es un encabezado
  • Es un párrafo
  • Es un subtítulo

Question 44

Question
¿Qué entiende por? <h1>This is a heading</h1> <h2>This is a heading</h2>
Answer
  • h1 es menor en tamaño que h2
  • h1 es mayor en tamaño que h2
  • Ambos son iguales en tamaño

Question 45

Question
¿Lo siguiente es correcto? <!DOCTYPE html><html><body><h1>My First Heading</h1><p>My first paragraph.</p><body></html>
Answer
  • True
  • False

Question 46

Question
¿La siguiente línea html es correcta y define encabezado>? <h1>Texto de encabezado<h1>
Answer
  • True
  • False

Question 47

Question
¿Que entiende por <p>?
Answer
  • Encabezado
  • Párrafo
  • Destacado

Question 48

Question
¿font-family en CSS equivale a Tamaño de la fuente?
Answer
  • True
  • False

Question 49

Question
background-image en CSS permite:
Answer
  • imagen de fondo
  • color de fondo
  • posicionamiento de fondo

Question 50

Question
list-style en CSS permite:
Answer
  • Permite establecer el estilo de la lista, la imagen y/o la posición
  • Permite establecer el color de la lista, la imagen y/o la posición
  • Permite establecer el tipo de lista, la imagen y/o la posición

Question 51

Question
float en CSS equivale a posicionamiento flotante
Answer
  • True
  • False
Show full summary Hide full summary

Similar

Test Diagnóstico HTML - CSS
Bea Camacho
English Test - Please choose one correct option for each sentence.
tania.perez
Test de Nombres de Alimentos en Inglés
maya velasquez
NÚMEROS ROMANOS
JL Cadenas
PASAPALABRA  sobre  ANATOMÍA
JL Cadenas
CÁLCULOS con [ 3 · 5 · 7 ]
JL Cadenas
QUÍMICA, PASAPALABRA...
JL Cadenas
MATEMÁTICAS PRIMARIA
Ulises Yo
MATEMÁTICAS: ARITMÉTICA...
Ulises Yo
Todos mis RECURSOS...
Ulises Yo
PINTURAS FAMOSAS: Título y Autor...
Ulises Yo