Open the incomplete 6_1Wonder web page in a web browser and also in a text/HTML editor (NOT a word processing program such as Word) - NSC Computer Application Technology - Question 6 - 2019 - Paper 1
Question 6
Open the incomplete 6_1Wonder web page in a web browser and also in a text/HTML editor (NOT a word processing program such as Word).
NOTE: Question numbers appear a... show full transcript
Worked Solution & Example Answer:Open the incomplete 6_1Wonder web page in a web browser and also in a text/HTML editor (NOT a word processing program such as Word) - NSC Computer Application Technology - Question 6 - 2019 - Paper 1
Step 1
Set the background colour of the web page to beige.
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="beige">
Step 2
Format the heading 'Agra' as follows:
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 size="50" face="Century">Agra</font>
Step 3
Insert the 6City.jpg picture, found in your examination folder, after the heading 'Agra'.
96%
101 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Change the list at the end of the web page to display as shown in the example on the previous page.
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
<ol>
<li>The Taj Mahal - The tomb of Shah Jahan and Mumtaz Mahal, a World Heritage Site.</li>
<li>The Red Fort - A key stronghold of Agra.</li>
<li>Le Sikandra - This is the tomb of Akbar, it is a mausoleum in red sandstone.</li>
<li>Fatehpur Sikri - This ancient imperial city is 37 km west of Agra.</li>
</ol>
Step 5
Open the incomplete 6_2Tourism web page in a web browser and also in a text/HTML editor (NOT a word processing program such as Word).
97%
117 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
<html>
<body>
<h1>Foreign Visitors to the Taj Mahal Tourist</h1>
<table border="3">
<tr>
<th colspan="3">2018 Figures</th>
</tr>
<tr>
<td>Year</td>
<td>Arrival</td>
<td>%</td>
</tr>
<tr>
<td>2018</td>
<td>10.04</td>
<td>14.0</td>
</tr>
</table>
<a href="http://www.tajmahal.in">Click for more information: www.tajmahal.in</a>
</body>
</html>