Intro to HTML – Lesson 2 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
- Introduction to HTML 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- Current
- Review
- Answered
- Correct
- Incorrect
-
Question 1 of 10
1. Question
Match up the <font> tag properties with their purpose.
Sort elements
- Setting this property will determine the style of the text.
- Setting this property will determine how big or small the text is displayed on the page.
- Setting this property determine colour of the text on the page.
-
face
-
size
-
color
CorrectIncorrect -
Question 2 of 10
2. Question
Fill in the blank to complete the code which will change the font style of the text to ‘century gothic’:
-
<font face=”century gothic”>Hello World< >
CorrectIncorrect -
-
Question 3 of 10
3. Question
Fill in the blank to complete the code which will change the font size to 10:
-
<font >Hello World</font>
CorrectIncorrect -
-
Question 4 of 10
4. Question
Fill in the blank to complete the code which will change the font colour to red:
-
<font >Hello World</font>
CorrectIncorrect -
-
Question 5 of 10
5. Question
Fill in the blank to complete the code which will change the font style to ‘arial’:
-
<font >Hello World</font>
CorrectIncorrect -
-
Question 6 of 10
6. Question
Which HTML tag do you need to use if you wish to change the alignment of text on a webpage?
CorrectIncorrect -
Question 7 of 10
7. Question
Match the tags with their descriptions.
Sort elements
- Used to change the style, size and colour or text.
- Used to contain all of the html tags for the page content.
- Used to contain a paragraph which can be positioned to the right, left or centre of the page.
- Used to turn text into a heading on the webpage.
-
<font>
-
<html>
-
<p>
-
<h1>
CorrectIncorrect -
Question 8 of 10
8. Question
Fill in the blank to complete the code needed to align the text ‘Hello World’ to the centre of the screen.
-
<p >Hello World</p>
CorrectIncorrect -
-
Question 9 of 10
9. Question
What single character is missing in the following code?
<font size=”10″ face=”century gothic”>Hello World<font>
CorrectIncorrect -
Question 10 of 10
10. Question
There is an error in the following code. Find the error then write the corrected word in the box below.
<p align=”centre”>Hello World</p>
CorrectIncorrect