You need to complete a web page about rhodium - NSC Computer Application Technology - Question 6 - 2016 - Paper 1
Question 6
You need to complete a web page about rhodium.
Open the incomplete 6Rhodium web page in a web browser and also in a text/HTML editor (NOT a word processing program ... show full transcript
Worked Solution & Example Answer:You need to complete a web page about rhodium - NSC Computer Application Technology - Question 6 - 2016 - Paper 1
Step 1
6.1 Format the text 'Rhodium Investment: The Rarest of Precious Metals'
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 format the text correctly, insert the following HTML code:
<h1 align="center"><font color="red">Rhodium Investment: The Rarest of Precious Metals</font></h1>
Step 2
6.2 Add a horizontal line with a 90% width
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, use the following code immediately after the heading:
<hr width="90%">
Step 3
6.3 Insert the image 6Rh as a background for the BODY
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
You can set the body's background to the 6Rh image with:
<body background="6Rh.jpg">
Step 4
6.4 Add items in a list with square bullets AND line breaks
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
Use the following code to create a bulleted list with square bullets and line breaks: