We indent nested HTML code because... (select all that apply)
Responda
it improves readability
it establishes a hierarchy
it's an HTML5 requirement
the browser requires it to render HTML properly
Questão 2
Questão
Fill in the missing attributes: <link [blank_start]rel[blank_end]="stylesheet" [blank_start]type[blank_end]="text/css" [blank_start]href[blank_end]="mystyle.css">
Responda
rel
type
href
Questão 3
Questão
What CSS property would you use to change the color of some text?
Responda
color
font-color
text-color
word-color
Questão 4
Questão
What are the four layers, in order, of the CSS box model? (1 is inner-most layer and 4 is outer-most)
Responda
1. Content 2. Padding 3. Border 4. Margin
1. Content 2. Border 3. Padding 4. Margin
1. Content 2. Margin 3. Border 4. Padding
1. Content 2. Padding 3. Margin 4. Border
Questão 5
Questão
The CSS selector pattern `element element` is known as what type of selector?
For example: `.navbar .logo` or `div p`
Responda
descendant selector
child selector
sibling selector
ancestor selector
Questão 6
Questão
In CSS, the asterisk symbol (*) is known as the __________ selector.
Responda
universal
compass
wild card
catch-all
Questão 7
Questão
What is the correct way to begin a media query?:
__________ (min-width: 640px) {
/* Style information will go here */
}
Responda
@media
media
.media
&media
Questão 8
Questão
Select all the CSS values you can use to make the color of some text white.
Responda
white
rgb(255,255,255)
#FFFFFF
rgba(255,255,255,0)
Questão 9
Questão
What tag is used to create an item within a table row, i.e. a table cell?
Responda
<td>
<tr>
<th>
<tc>
Questão 10
Questão
The CSS `border` property can be used to set the values for one or more of the following individual properties? (select all that apply)
Responda
border-width
border-style
border-color
border-size
Quer criar seus próprios Quizzesgratuitos com a GoConqr? Saiba mais.