What does CSS stand for?
Contemporary site structure
Classical site structure
Cascading style sheets
Identify the selector shown in the following CSS example:
h1 {
color: blue;
font-size: 12px;
}
px
h1
Identify one property shown in the following CSS example:
blue
12
color
Which type of style sheet can be created once and then linked to a number of webpages?
External
Inline
Internal
Which of the following is exemplified in the HTML and CSS shown below?
˂head˃
˂style˃
body {
background-color: light-cyan;
color: purple; margin-left: 40px;
˂/style˃
˂/head˃
Which of the following symbols is used to let browser software know that a rule should apply to all elements with a specific ID?
#
{
:
Use of the . selector lets the browser know that the rules that follow are part of which of the following?
A class
A project
JavaScript
Which of the following is a value that can be applied using the font-family property?
Arial
center
Which of the following is a value that can be applied using the font-size property?
Size:18px
18px
justify
Which property should replace the question mark shown in the rule below?
H3 { font-size:16px; font-family: “Times New Roman”; ________?________ : justify; }
text-align
font-align
word-align