QUESTION 6: WEB DESIGN (HTML)
You may NOT use a word processing program such as Word to answer the HTML question - NSC Computer Application Technology - Question 6 - 2021 - Paper 1
Question 6
QUESTION 6: WEB DESIGN (HTML)
You may NOT use a word processing program such as Word to answer the HTML question.
MSF does humanitarian work in Sierra Leone, Afric... show full transcript
Worked Solution & Example Answer:QUESTION 6: WEB DESIGN (HTML)
You may NOT use a word processing program such as Word to answer the HTML question - NSC Computer Application Technology - Question 6 - 2021 - Paper 1
Step 1
6.1.1 Change the background colour of the web page to 'linen'.
96%
114 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
<body bgcolor="linen">
Step 2
6.1.2 Display only the word 'Ebola' in a red colour.
99%
104 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
<font color="red">Ebola</font>
Step 3
6.1.3 Create a link on the heading '2020 Status'.
96%
101 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
<h3><a href="#Data2020">2020 Status</a></h3>
Step 4
6.1.4 Format the table as shown.
98%
120 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
<tr align="center">
<td colspan="2">2020 Status Pending!</td>
</tr>
Step 5
6.2 Open the incomplete 6_2Wash web page.
97%
117 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!