HTML son las siglas de...
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
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 Quizizz
10 questions
Avaliação de Laboratório de WEB

Quiz
•
University
7 questions
CSS Rules Quiz-unit 4 CodeHS

Quiz
•
7th Grade - University
12 questions
HTML Basics

Quiz
•
University
11 questions
HTML Basics

Quiz
•
University
10 questions
CSS-каскад стиль

Quiz
•
University
11 questions
CSS Basics

Quiz
•
University
12 questions
Semana 3

Quiz
•
University
9 questions
Unit 2 Quiz-v1

Quiz
•
9th Grade - University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade