Photo AI

'n Webblad is geskep om mense reisinligting oor Mauritius te gee - NSC Computer Application Technology - Question 6 - 2022 - Paper 1

Question icon

Question 6

'n-Webblad-is-geskep-om-mense-reisinligting-oor-Mauritius-te-gee-NSC Computer Application Technology-Question 6-2022-Paper 1.png

'n Webblad is geskep om mense reisinligting oor Mauritius te gee. Maak die onvolledige 6_1Win-lêer in 'n webblaaier ('web browser') en ook in 'n teks-/HTML-redigeer... show full transcript

Worked Solution & Example Answer:'n Webblad is geskep om mense reisinligting oor Mauritius te gee - NSC Computer Application Technology - Question 6 - 2022 - Paper 1

Step 1

Font

96%

114 rated

Answer

To set the font, use the following HTML tag:

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

This sets the font style to 'Tempus Sans ITC' and the size to 5.

Step 2

Horisontale lyn

99%

104 rated

Answer

To create a horizontal line, use:

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

This sets the line's color to black and its thickness to 5.

Step 3

Hiperskakel

96%

101 rated

Answer

To add a hyperlink, use the following code:

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

This centers the image and makes it a clickable link.

Step 4

Opskrif

98%

120 rated

Answer

For the heading, use the following HTML:

<h3>Fun things to do</h3>

This creates a level 3 heading with the text 'Fun things to do'.

Step 5

Geordende lys

97%

117 rated

Answer

To create a numbered list, use:

<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 creates an ordered list with the specified items.

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

;