HTML/CSS

Quiz
•
Computers
•
University
•
Medium
DANIEL DE JESUS ROSALES MENDOZA
Used 2+ times
FREE Resource
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
HTML son las siglas de...
Hyper Text Markup Language
HyperText Makeup Language
Hyper Transfer Markup Language
Hyper Transfer Making Language
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
HTML utiliza...
Tags (etiquetas)
Tabs (pestañas)
Selectores
Todas las anteriores
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Ejemplo de una regla en CSS
h1{
color: red;
}
p.important{
color = 'red';
}
<p class="important"></p>
<h1 id="important"></h1>
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Elige la regla adecuada para dar estilo solamente al párrafo:
<h1 class="first">Lorem Ipsum</p>
<p class="first">Lorem Ipsum</p>
p.first{
color: blue;
}
.first{
color: blue;
}
p#first{
color: blue;
}
#first{
color: blue;
}
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
De la siguiente regla CSS, ¿cuál sería el selector?
h3 { color: blue; }
h3
color
blue
color: blue;
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
¿Qué haría la siguiente regla de CSS?
p.important, h1 {
font-size: 20px;
color: blue;
}
Dará estilo a los párrafos con el atributo class='important' y a todos los encabezado h1
Dará estilo a los párrafos con el id='important' y a todos los encabezado h1
Dará estilo a los párrafos y encabezados h1 con el atributo class='important'
Dará estilo a los párrafos y encabezados h1 con el id='important'
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
¿Qué haría la siguiente regla de CSS?
.important {
font-size: 20px;
color: blue;
}
Dará estilo a todo elemento que tenga el atributo class="important"
Dará estilo a todo elemento que tenga el atributo id="important"
Dará estilo a la etiqueta important
No dará estilo a nada
Similar Resources on Wayground
10 questions
Prueba HTML Y CSS

Quiz
•
University
10 questions
bài ktra LT 2

Quiz
•
University
10 questions
Cultura Digital 2 - Progresión 01

Quiz
•
9th Grade - University
12 questions
HTML Basics

Quiz
•
University
12 questions
css

Quiz
•
University
8 questions
CTI Web Dev. Week 6 Review

Quiz
•
6th Grade - University
10 questions
Session 1 Quiz

Quiz
•
University
10 questions
Python Dictionaries

Quiz
•
University
Popular Resources on Wayground
55 questions
CHS Student Handbook 25-26

Quiz
•
9th Grade
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
10 questions
Chaffey

Quiz
•
9th - 12th Grade
15 questions
PRIDE

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
22 questions
6-8 Digital Citizenship Review

Quiz
•
6th - 8th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade