Implementation: HTML test questions

1

Where would the ˂title˃...˂/title˃ tags appear in a HTML file?

2

What do the tags ˂p˃...˂/p˃ indicate in an HTML file?

3

What is the purpose of the ˂div˃ element in HTML?

4

What happens if the opening audio tag also contains the word ‘controls’ as shown below?

˂audio controls˃

5

What is the purpose of the ˂ul˃...˂/ul˃ tags?

6

Which of the following links to a page on the same site as the page the user is currently viewing?

7

What would this line of HTML create?

˂a href="www.bbc.co.uk/news/scotland"˃Scottish News˂/a˃

8

What is the function of the ˂img˃ tag?

9

This link is an example of which of the following?

http://www.bbc.co.uk/scotland/

10

What is the function of the ˂alt˃ tag?