HTML & CSS – Lesson 1 Review KS3
Quiz Summary
0 of 10 Questions completed
Questions:
Information
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:
Results
Results
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)
Categories
- HTML and CSS 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- Current
- Review
- Answered
- Correct
- Incorrect
-
Question 1 of 10
1. Question
Between which tags should you place the all of the HTML code, which allows text and images to appear on a webpage?
CorrectIncorrect -
Question 2 of 10
2. Question
In relation to a webpage, HTML is known as which layer?
CorrectIncorrect -
Question 3 of 10
3. Question
In relation to a webpage, CSS is known as which layer?
CorrectIncorrect -
Question 4 of 10
4. Question
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>.CorrectIncorrect -
Question 5 of 10
5. Question
What will the following CSS code do?
h1 {text-align: center;}
CorrectIncorrect -
Question 6 of 10
6. Question
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.
CorrectIncorrect -
Question 7 of 10
7. Question
What type of brackets are used in CSS code?
CorrectIncorrect -
Question 8 of 10
8. Question
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.
CorrectIncorrect -
Question 9 of 10
9. Question
What is the correct format of a piece of CSS code?
CorrectIncorrect -
Question 10 of 10
10. Question
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.
CorrectIncorrect