Where would the ˂title˃...˂/title˃ tags appear in a HTML file?
˂title˃...˂/title˃
Within the body section
Within the head section
As the first line to let the browser know that it is an HTML file
What do the tags ˂p˃...˂/p˃ indicate in an HTML file?
˂p˃...˂/p˃
Picture
Paragraph
Paste
What is the purpose of the ˂div˃ element in HTML?
˂div˃
To separate a page into sections of text
To allow for styles to be applied to a group of elements within a section of HTML code
To separate CSS, JavaScript and HTML files
What happens if the opening audio tag also contains the word ‘controls’ as shown below?
˂audio controls˃
The browser will display play/pause, stop, volume, fast forward and rewind buttons on screen
The user will see a control panel that allows them to select where on the page the media will appear
The volume of the audio clip cannot be changed
What is the purpose of the ˂ul˃...˂/ul˃ tags?
˂ul˃...˂/ul˃
to show text as underlined
to show an unordered list
to show an underlined list
Which of the following links to a page on the same site as the page the user is currently viewing?
External hyperlink
Internal hyperlink
Search engine
What would this line of HTML create?
˂a href="www.bbc.co.uk/news/scotland"˃Scottish News˂/a˃
A new webpage called Scottish News
A link to a page with the URL www.bbc.co.uk/news/scotland using the text Scottish News
www.bbc.co.uk/news/scotland
A link to a page with the URL Scottish News using the text www.bbc.co.uk/news/scotland
What is the function of the ˂img˃ tag?
˂img˃
It is used to embed a link to an image (and it doesn’t have an end tag)
It is used to create a hyperlink to another page or place in the document
This is an image tag which shows an image on the page
This link is an example of which of the following?
http://www.bbc.co.uk/scotland/
Absolute link
Relative link
Link to a CSS file
What is the function of the ˂alt˃ tag?
˂alt˃
It shows the title of an image file
It defines the height and weight of an image
It allows screen readers to describe images