6.1 A web page was created to give people travel information on Mauritius - NSC Computer Application Technology - Question 6 - 2022 - Paper 1
Question 6
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
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
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
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
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
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
To add a hyperlink that directs users to the specified website, implement the following tags: