Photo AI

A website was created to give more information about the carnival and Brazil - NSC Computer Application Technology - Question 6 - 2017 - Paper 1

Question icon

Question 6

A-website-was-created-to-give-more-information-about-the-carnival-and-Brazil-NSC Computer Application Technology-Question 6-2017-Paper 1.png

A website was created to give more information about the carnival and Brazil. Open the incomplete 6Post web page in a web browser and also in a text/HTML editor (NO... show full transcript

Worked Solution & Example Answer:A website was created to give more information about the carnival and Brazil - NSC Computer Application Technology - Question 6 - 2017 - Paper 1

Step 1

Add your examination number to appear as the title in the browser tab.

96%

114 rated

Answer

<title>Examination number</title>

Step 2

Change the background colour of the web page to green.

99%

104 rated

Answer

<body bgcolor="green">

Step 3

Insert the picture 6House.jpg (which is found in the examination folder) as the second picture at the top of the web page.

96%

101 rated

Answer

<img src="6House.jpg" width="24%" height="200">

Step 4

Centre the text 'SAMBA DANCERS | FREE PAINT | FREE CARNIVAL MASKS'.

98%

120 rated

Answer

<h3 align="center">SAMBA DANCERS | FREE PAINT | FREE CARNIVAL MASKS</h3>

Step 5

The horizontal line above the text 'It starts on Friday' does not display. Correct the code and set the size of the line to 4.

97%

117 rated

Answer

<hr size="4">

Step 6

Find the text 'It starts on Friday' and change the font size to 20 pt.

97%

121 rated

Answer

<font size="20">It starts on Friday</font>

Step 7

Create a table with the data provided to appear as shown below.

96%

114 rated

Answer

<table border="2"> <th colspan="2">Facts about Brazil</th> <tr> <td>OFFICIAL NAME:</td><td>Federal Republic of Brazil</td> </tr> <tr> <td>CAPITAL:</td><td>Brasilia</td> </tr> <tr> <td>POPULATION:</td><td>183 888 841</td> </tr> <tr> <td>OFFICIAL LANGUAGE:</td><td>Portuguese</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

;