Photo AI

Open the incomplete 6_1Clean file in a web browser and also in a text/HTML editor - NSC Computer Application Technology - Question 6 - 2021 - Paper 1

Question icon

Question 6

Open-the-incomplete-6_1Clean-file-in-a-web-browser-and-also-in-a-text/HTML-editor-NSC Computer Application Technology-Question 6-2021-Paper 1.png

Open the incomplete 6_1Clean file in a web browser and also in a text/HTML editor. The Global Crisis of Plastic Pollution Cleaning up the ocean will require an int... show full transcript

Worked Solution & Example Answer:Open the incomplete 6_1Clean file in a web browser and also in a text/HTML editor - NSC Computer Application Technology - Question 6 - 2021 - Paper 1

Step 1

Title tags

96%

114 rated

Answer

To create title tags, wrap the examination number and title within <title> tags. Example:

<title>12345678</title>

Step 2

Font colour: Heading: The Global Crisis ...

99%

104 rated

Answer

Change the font color of the heading. Use <h1> and <font color='red'> tags:

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

Step 3

Picture

96%

101 rated

Answer

Insert an image with the modified src attribute and change the file extension:

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

Step 4

Table: rowspan

98%

120 rated

Answer

Create a table with a rowspan attribute:

<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

;