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 following code is used to create the page.
…
<h3> Features of the flat </h3>
<ul>
<li> Ground floor flat </li>
<li> 2 bedrooms with ensuite </li>
<li> Kitchen </li>
<li> Generous living area </li>
</ul>
<a href="floorplan.html"> See floor plan </a>
<h3> Contact Us: </h3>
<p class="contactInfo"> Agent: G Smith </p>
<p class="contactInfo"> Ref: AS1289 </p>
<p class="contactInfo"> Phone: 01355 876242 </p>
…(i) Write the single CSS rule that could be used to centre align the three paragraphs underneath ‘Contact Us’, ensuring the size of the font is 12.
[3]
..............................................{..................................................
.................................................} |
(ii)State the type of addressing in the hyperlink that is used to take the user to the floor plan page.
[1]
Was this exam question helpful?

