Photo AI

Maak die onvolledige 6_1Clean-lêer in 'n webblaaier en ook in 'n teks-/HTML-redigeerder oop - NSC Computer Application Technology - Question 6 - 2021 - Paper 1

Question icon

Question 6

Maak-die-onvolledige-6_1Clean-lêer-in-'n-webblaaier-en-ook-in-'n-teks-/HTML-redigeerder-oop-NSC Computer Application Technology-Question 6-2021-Paper 1.png

Maak die onvolledige 6_1Clean-lêer in 'n webblaaier en ook in 'n teks-/HTML-redigeerder oop. The Global Crisis of Plastic Pollution Cleaning up the ocean will requ... show full transcript

Worked Solution & Example Answer:Maak die onvolledige 6_1Clean-lêer in 'n webblaaier en ook in 'n teks-/HTML-redigeerder oop - NSC Computer Application Technology - Question 6 - 2021 - Paper 1

Step 1

Voeg jou eksamennommer in sodat dit in die oortjie van die webblad vertoon.

96%

114 rated

Answer

In the <title> tags, insert your examination number. The line should read:

<title>12345678</title>

Step 2

Verander die fontkleur van die opskrif 'The Global Crisis of Plastic Pollution' na rooi.

99%

104 rated

Answer

In the <h1> tag, change the font color to red as follows:

<h1><font color='red'>The Global Crisis of Plastic Pollution</font></h1>

Step 3

Verander die kode sodat die prent vertoon.

96%

101 rated

Answer

Ensure the image source is correctly set. The line should look like this:

<img src='6_1Plastic.jpg' height='200' width='300'>

Step 4

Verander die tabel sodat dit vertoon soos in die prent van die webblad op die vorige bladsyl getoon word.

98%

120 rated

Answer

Modify the table structure to include rowspan for the first column:

<table border='5' width='300' cellpadding='10'>
<tr>
<td rowspan='3'>Tons per year</td>
<td>China</td>
</tr>
<tr>
<td>Indonesia</td>
</tr>
<tr>
<td>Philippines</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

;