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

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

96%

114 rated

Answer

Use the code <h1><font face="Tahoma" size="24">Unsafe Driving in the Cellphone Era</font></h1> to set the font type to Tahoma and the size to 24 pt.

Step 2

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

99%

104 rated

Answer

Insert a horizontal rule using <hr /> in the HTML code.

Step 3

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

96%

101 rated

Answer

<p align="center"><img src="6Drive.jpg" border="5"/></p> to center the image and set the border.

Step 4

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

98%

120 rated

Answer

Modify the text to <h2>Driver Behaviour: Distracted While Driving.</h2>.

Step 5

Create a link on this text to the anchor 'Distraction' that already exists in the document:

97%

117 rated

Answer

The link should be created as follows: <a href="#Distraction">driver distraction</a>.

Step 6

Find the text starting with 'Handling the phone ...' and ending with '... on the road'. Place this information in a bulleted list:

97%

121 rated

Answer

Use the following HTML:

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

Step 7

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

96%

114 rated

Answer

Set the table as follows:

<table border="5" bgcolor="lightblue" cellpadding="3" width="80%">

Step 8

Change the first row of the table as follows:

99%

104 rated

Answer

Use:

<tr height="80" valign="bottom">
<th><i>ACTION</i></th>

Step 9

Add the data 14% to the cell in the third column of the fourth row:

96%

101 rated

Answer

Insert <td>14%</td> in the appropriate cell.

Step 10

Merge the cells in the last row of the table:

98%

120 rated

Answer

Use <td align="center" colspan="3"><b>BE ALERT!!!</b></td> to merge.

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

;