Photo AI

You need to complete a web page about rhodium - NSC Computer Application Technology - Question 6 - 2016 - Paper 1

Question icon

Question 6

You-need-to-complete-a-web-page-about-rhodium-NSC Computer Application Technology-Question 6-2016-Paper 1.png

You need to complete a web page about rhodium. Open the incomplete 6Rhodium web page in a web browser and also in a text/HTML editor (NOT a word processing program ... show full transcript

Worked Solution & Example Answer:You need to complete a web page about rhodium - NSC Computer Application Technology - Question 6 - 2016 - Paper 1

Step 1

6.1 Format the text 'Rhodium Investment: The Rarest of Precious Metals'

96%

114 rated

Answer

To format the text correctly, insert the following HTML code:

<h1 align="center"><font color="red">Rhodium Investment: The Rarest of Precious Metals</font></h1>

Step 2

6.2 Add a horizontal line with a 90% width

99%

104 rated

Answer

To create a horizontal line, use the following code immediately after the heading:

<hr width="90%">

Step 3

6.3 Insert the image 6Rh as a background for the BODY

96%

101 rated

Answer

You can set the body's background to the 6Rh image with:

<body background="6Rh.jpg">

Step 4

6.4 Add items in a list with square bullets AND line breaks

98%

120 rated

Answer

Use the following code to create a bulleted list with square bullets and line breaks:

<ul type="square">
    <li>Diesel catalytic converters</li>
    <br>
    <li>Non-diesel catalytic converters</li>
</ul>

Step 5

6.5 Set the height to 100 and the width to 200

97%

117 rated

Answer

To edit the image, use:

<img src="6RMine.jpg" height="100" width="200" border="5">

Step 6

6.6 Display the text 'South Africa' in bold and italics

97%

121 rated

Answer

To format the text, use:

<b><i>South Africa</i></b>

Step 7

6.7 Modify the HTML code to link to www.Resourceinvestor.com

96%

114 rated

Answer

You can create a link using:

<a href="http://www.Resourceinvestor.com">www.Resourceinvestor.com</a>

Step 8

6.8 Modify the table to include cell spacing and colspan

99%

104 rated

Answer

To modify the table, use:

<table align="center" border="3" cellspacing="10">
    <tr>
        <td colspan="3">Rhodium Prices</td>
    </tr>
    <tr>
        <td>Metal</td>
        <td>Year</td>
        <td>Price</td>
    </tr>
    <tr>
        <td>Rhodium</td>
        <td>2014</td>
        <td>R1 235</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

;