Photo AI

6.1 A web page was created to give people travel information on Mauritius - NSC Computer Application Technology - Question 6 - 2022 - Paper 1

Question icon

Question 6

6.1-A-web-page-was-created-to-give-people-travel-information-on-Mauritius-NSC Computer Application Technology-Question 6-2022-Paper 1.png

6.1 A web page was created to give people travel information on Mauritius. Open the incomplete 6_1Win file in a web browser and also in a text/HTML editor. <img sr... show full transcript

Worked Solution & Example Answer:6.1 A web page was created to give people travel information on Mauritius - NSC Computer Application Technology - Question 6 - 2022 - Paper 1

Step 1

Font

96%

114 rated

Answer

To set the font for the webpage, use the following HTML tag:

<font face="Tempus Sans ITC" size="5">

This will ensure the text appears in the specified font and size.

Step 2

Horizontal line

99%

104 rated

Answer

To create a horizontal line, the HTML tag can be utilized as follows:

<hr color="black" size="5"/>

This indicates the color and size of the horizontal line.

Step 3

Hyperlink

96%

101 rated

Answer

To add a hyperlink that directs users to the specified website, implement the following tags:

<center><a href="https://www.travelforstart.co.za/lp/birthday-competition">
<img src="6_1.button.png"/>
</a></center>

This creates a clickable area centered on the page.

Step 4

Heading

98%

120 rated

Answer

For the section heading that discusses 'Fun things to do', use the following:

<center><h3>Fun things to do</h3></center>

This centers the heading and correctly formats it as an h3 tag.

Step 5

Ordered List

97%

117 rated

Answer

To present the fun activities in an ordered list format, apply the following HTML:

<ol>
<li>Visit Port Louis</li>
<li>Try Deep Sea Fishing</li>
<li>Head to Caudan Waterfront</li>
<li>Shop at Chinatown</li>
</ol>

This neatly organizes each activity in a numbered list.

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

;