This test is run by .
Note that your final mark will not be saved in the system.
Note that your final mark will not be saved in the system.
8. Web Technologies Typeit
Target Level
C
Running Total
0
0%
Attempt
1 of 3
Type the correct answers into the spaces. Fill all the spaces before clicking ‘Check Answers!’
Note: this activity is case sensitive (capital letters are required).Type the correct HTML tag for each description. No tag will need to be provided more than once.
Where tags are used in pairs, you can assume you're providing the opening tag, meaning you won't need to enter a slash / character.
The first one has been completed for you.
Defines a hyperlink | <a> |
Defines an ordered (e.g. numbered) list | <> |
Defines an unordered (e.g. bullet point) list | <> |
Defines a list item | <> |
Defines a paragraph | <> |
Used to insert JavaScript code | <> |
Defines the name of the web page (appears in the browser bar) | <> |
Used to insert an image | <> |
Defines the start of the visible page content | <> |
Used to link to an external CSS document | <> |
Used to apply the highest level of heading to some text | <> |