Photo AI

'n Webblad is geskep - NSC Computer Application Technology - Question 6 - 2017 - Paper 1

Question icon

Question 6

'n-Webblad-is-geskep-NSC Computer Application Technology-Question 6-2017-Paper 1.png

'n Webblad is geskep. Volg die instruksies hieronder om die webblad te voltooi. Maak die onvolledige 6Beware-webblad in 'n webblaar en ook in 'n teksredigeerder (NIE... show full transcript

Worked Solution & Example Answer:'n Webblad is geskep - NSC Computer Application Technology - Question 6 - 2017 - Paper 1

Step 1

6.1 Formateer die opskrif 'Unsafe Driving in the Cellphone Era' soos volg:

96%

114 rated

Answer

Om die opskrif te formateer, gebruik die HTML <h1> tag met die fonttype Tahoma en die grootte 24pt:

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

Step 2

6.2 Voeg 'n horisontale lyn onder die opskrif 'Unsafe Driving in the Cellphone Era' in.

99%

104 rated

Answer

Voeg die horisontale lyn in met die <hr> tag:

<hr>

Step 3

6.3 Skep die prent horisontaal en plaas 'n raam van 5 pt rondom.

96%

101 rated

Answer

Gebruik die <img> tag om die prent in te voeg:

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

Step 4

6.4 Vind die teks 'Driver Behaviour: Distracted While Driving'. Verander dit na 'n vlak-twee-opskrif ('level two heading').

98%

120 rated

Answer

Gebruik die <h2> tag vir die vlak-twee-opskrif:

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

Step 5

6.5 Vind die teks 'driver distraction' onder die opskrif 'Rise in Potentially Dangerous Vehicular Events'.

97%

117 rated

Answer

Skep 'n anker na die teks 'driver distraction' met die <a> tag:

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

Step 6

6.6 Vind die teks wat met 'Handling the phone: ...' begin en met '... on the road' eindig.

97%

121 rated

Answer

Skep 'n kolpuntlys met die <ul> tag:

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

Step 7

6.7 Vind die tabel onder die opskrif 'Things drivers do that take their eyes and focus off the road'.

96%

114 rated

Answer

Om die tabel te formateer, gebruik die <table> tag met die nodige aanpassings:

<table border="5" bgcolor="lightblue" cellpadding="3" width="80%">
<tr height="80" valign="bottom"><th>ACTION</th></tr>
<tr><td>Ry hoogte op 80 pt.</td></tr>
<tr><td align="center" colspan="3">BE ALERT!!!</td></tr>
</table>

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

;