0 of 10 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 10 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 tags should you place the all of the HTML code, which allows text and images to appear on a webpage?
In relation to a webpage, HTML is known as which layer?
In relation to a webpage, CSS is known as which layer?
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 will the following CSS code do?
h1 {text-align: center;}
If the following CSS code changes the size of the text inside h1 tags…
h1{font-size:20px;}
…what would be the CSS code to change the size of the text inside p tags, to 10px?
Write the code in the space provided without any spaces and all in lowercase.
What type of brackets are used in CSS code?
Enter the CSS code in the space below, which will style all text contained between h3 tags, the colour yellow.
Make sure you write the code with spaces and all in lowercase.
What is the correct format of a piece of CSS code?
What would be the CSS code to style all text contained between p tags, so that it is of size 25px?
Write the CSS code below, without spaces and in lowercase.