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)
Match up the <font> tag properties with their purpose.
face
|
|
size
|
|
color
|
|
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< >
Fill in the blank to complete the code which will change the font size to 10:
<font >Hello World</font>
Fill in the blank to complete the code which will change the font colour to red:
<font >Hello World</font>
Fill in the blank to complete the code which will change the font style to ‘arial’:
<font >Hello World</font>
Which HTML tag do you need to use if you wish to change the alignment of text on a webpage?
Match the tags with their descriptions.
<font>
|
|
<p>
|
|
<h1>
|
|
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>
What single character is missing in the following code?
<font size=”10″ face=”century gothic”>Hello World<font>
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>