MoveIt estate agency is developing a new website.
The following code is used to create the home page for the estate agent’s website. The home page includes a heading, a video, a welcome message and the company logo shown below.

…
<style>
h1 {text-align:right;font-size:24pt}
.pageText {text-align:left;font-size:12pt}
</style>
…
<h1 class="pageText"> MoveIt Estate Agents </h1>
<video width="400" height="300" controls>
<source src="intro.mp4">
</video>
<p class="pageText"> Welcome to MoveIt Estate Agents </p>
<img src="logo.jpg" width="200" height="100">
…The page includes a feature that changes the image of the flat to the price of the flat when the user moves the cursor over the image.

(i) State the language used to implement this feature.
[1]
(ii) State the type of event that would be used in this feature.
[1]
Was this exam question helpful?

