Question 1 Report
Fig. 1 shows part of the HTML file used by a coastal rescue group for its public computer network page. The programmer wants the browser to show a heading and a link to an emergency map. The text inside the tags is shown in the diagram.
(a) State the purpose of the <h1> element. [2]
(b) Give the filename of the web page that opens when a user selects the link. [2]
(a) The <h1> element creates a level 1 heading. [1] In this code, the heading text is “Rescue stations”. [1] It identifies the main heading of the page or section.
(b) Selecting the link opens map.html. [2] This is the filename given by the link’s href attribute.
Everything you need to excel in your exams