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)
Which tag is used to insert images into a webpage?
Which tag is used to insert a hyperlink into a webpage?
Complete the code so that the text “Click Me”, becomes a link which takes the user to the website “https://bbc.co.uk”.
<a src=” “> </a>
Between which pair of speech marks would the image file path go in the following <img> tag?
<img src=”[1]” alt=”[2]” width=”[3]” height=”[4]”>
Which of the following image tag properties allow you to resize an image?
What single character is missing in the following code?
<font size=”10″ face=”century gothic”>Hello World<font>
Match the tags with their descriptions.
<font>
|
|
|
<p>
|
|
<h1>
|
|
Fill in the blank to complete the code which will change the font style to ‘arial’:
<font >Hello World</font>
Fill in the blank to complete the code which will change the font size to 10:
<font >Hello World</font>
Match up the <font> tag properties with their purpose.
face
|
|
size
|
|
color
|
|