Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Give this quiz to my class
Q 1/17
Score 0
Separates property information from other property information
30
semi-colon (;)
=
"quotation marks"
colon (:)
Q 2/17
Score 0
Assigns values to a property
30
=
semi-colon (;)
colon (:)
"quotation marks"
17 questions
Q.
Separates property information from other property information
1
30 sec
Q.
Assigns values to a property
2
30 sec
Q.
Attribute that allows for specific customization of your website
3
30 sec
Q.
Fill in the blank: <img src ="flintstone.jpg" ______="border:blue solid 5px;"/>
4
30 sec
Q.
Fill in the blank: <img src ="flintstone.jpg" width="400_____" height="300____"/>
5
30 sec
Q.
Which property changes the background color your website?
6
30 sec
Q.
Which is the attribute in this line of code? <p style="color: red;background:yellow;">
7
30 sec
Q.
Which is the property in this line of code? <p style="color: blue;">
8
30 sec
Q.
What is the property that changes font style?
9
30 sec
Q.
Which is correct way to add a black background throughout the entire website?
10
30 sec
Q.
Which is the correct way to style a website that has a green font color in a paragraph?
11
30 sec
Q.
Select the style code below that uses style to add a blue background to a large heading.
12
30 sec
Q.
What property adds a border for an image?
13
30 sec
Q.
How do you add a pink double border to an image that is 7 pixels thick?
14
30 sec
Q.
If you wanted to change the style for the ENTIRE website, which element tag would you manipulate?
15
30 sec
Q.
Which of these style tags is the accurate way for adding font color of purple and background color of orange to the h1 heading?
16
30 sec
Q.
Which of these style tags is the accurate way for adding font color of white and background color of brown, and font family style of arial to a paragraph?