0 of 5 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 5 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
In order to proceed to the next topic, you have to achieve 50% or more for this Quiz. Unfortunately you will need to redo the quiz to move onto the next lesson.
Well done – you can move onto the next lesson.
Sort the symbols to their relevant defenitions.
class
|
|
id
|
|
universal
|
|
element
|
|
Identify the type of selector used in the following line of code:
<id=”big-heading” h1>BOOM!</h1>
Universal styling applies to everything, except for the elements with additional internal or inline styling.
Fill in the answer
styling is used to apply the same appearance to multiple web pages.
What will the following line of code do?
p {background-color:green};