0 of 7 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 7 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)
Between which set of tags must all CSS code be placed?
Write your answer without any spaces, in lowercase and in the form of <tag_name></tag_name>.
What is the correct format of a piece of CSS code?
In relation to the contents on a webpage, what is padding?
What would be the CSS code to style the body tag so that the page contains a black border, with a width of 20px?
Start your code body{.
Write the CSS code below, without spaces between the brackets and colons, in lowercase.
What is a gradient background?
What would be the result of the following CSS code?
img{border-radius:25px;}
What would be the CSS code to style the body tag so that the page has a gradient background of the colours blue and yellow?
Begin your code body{.
Write the CSS code in the space below, without spaces, in lowercase.