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, wrap it in appropriate HTML tags as follows:
<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 below the heading 'Rhodium Investment: The Rarest of Precious Metals'
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 add a horizontal line, use the following code:
<hr width="90%"/>
Step 3
6.3 Insert the image 6Rh as a background for the (entire) BODY of the web page
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 set the background image, include the following within the body tag:
<body background="6Rh.jpg">
Step 4
6.4 Add the following items in a list with square bullets AND leave line breaks between the two list items
98%
120 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!