Photo AI

A web page has been created - NSC Computer Application Technology - Question 6 - 2017 - Paper 1

Question icon

Question 6

A-web-page-has-been-created-NSC Computer Application Technology-Question 6-2017-Paper 1.png

A web page has been created. Follow the instructions below to complete the web page. Open the incomplete 6Beware web page in a web browser and also in a text editor... show full transcript

Worked Solution & Example Answer:A web page has been created - NSC Computer Application Technology - Question 6 - 2017 - Paper 1

Step 1

6.1 Format the heading 'Unsafe Driving in the Cellphone Era' as follows:

96%

114 rated

Answer

To format the heading, use the following HTML code:

<h1><font face="Tahoma" size="24">Unsafe Driving in the Cellphone Era</font></h1>

This sets the font type to Tahoma and the font size to 24 pt.

Step 2

6.2 Insert a horizontal line under the heading 'Unsafe Driving in the Cellphone Era'.

99%

104 rated

Answer

Insert a horizontal line using the <hr> tag:

<hr>

Step 3

6.3 Centre the picture horizontally and place a border of 5 pt around it.

96%

101 rated

Answer

To centre the picture and add a border, use the following code:

<p align="center"><img src="6Drive.jpg" border="5"></p>

Step 4

6.4 Find the text 'Driver Behaviour: Distracted While Driving'. Change this to a level-two heading.

98%

120 rated

Answer

Change this text to a level-two heading using:

<h2>Driver Behaviour: Distracted While Driving.</h2>

Step 5

6.5 Find the text 'driver distraction' under the heading 'Rise in Potentially Dangerous Vehicular Events'.

97%

117 rated

Answer

To create a link to the anchor 'Distraction', use the following hyperlink:

<a href="#Distraction">driver distraction</a>

Step 6

6.6 Find the text starting with 'Handling the phone ...' and ending with '... on the road'.

97%

121 rated

Answer

Place this information in a bulleted list as follows:

<ul>
<li>Handling the phone: dialing, answering, text messaging, etc.</li>
<li>The conversation introduced to the environment.</li>
</ul>

Step 7

6.7 Find the table under the heading 'Things drivers do that take their eyes and focus off the road':

96%

114 rated

Answer

Change the table with the following adjustments:

  • Change the table background colour to light blue:
<table border="5" bgcolor="lightblue" cellpadding="3" width="80%">
  • Set the height of the first row to 80 pt:
<tr height="80" valign="bottom">
<th><i>ACTION</i></th>
  • Add data '14%' to the third column of the fourth row:
<td align="center" colspan="3"><b>BE ALERT!!!</b></td>
<td>14%</td>
  • Merge the cells in the last row:
<td colspan="5">Merged Cell Content</td>

Join the NSC students using SimpleStudy...

97% of Students

Report Improved Results

98% of Students

Recommend to friends

100,000+

Students Supported

1 Million+

Questions answered

;