WEB DESIGN (HTML)
You are required to complete a web page about the quirks of artists - NSC Computer Application Technology - Question 6 - 2018 - Paper 1
Question 6
WEB DESIGN (HTML)
You are required to complete a web page about the quirks of artists.
Open the incomplete 6Quirks web page in a web browser and also in a text/HTM... show full transcript
Worked Solution & Example Answer:WEB DESIGN (HTML)
You are required to complete a web page about the quirks of artists - NSC Computer Application Technology - Question 6 - 2018 - Paper 1
Step 1
Font face
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 face for the title, use the following HTML code:
<h1 align="center"><font color="IndianRed" face="Vivaldi">Weird Personal Quirks of Historical Artists</font></h1>
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
Add a horizontal line below the title that is 60% wide and aligned to the right:
<hr width="60%" color="Crimson" align="right">
Step 3
Heading 2 and italics
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
Introduce the subtitle in a second-level heading format with italics:
<h2><i>Believe it or Not!!!</i></h2>
Step 4
Link to target location
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
To create a link on the text 'ECCENTRICITY', use this HTML code:
<a href="#Weird">ECCENTRICITY</a>
Step 5
Ordered list
97%
117 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Add an ordered list that specifies the hobbies:
<ol type="A">
<li>Stealing pens</li>
<li>Carrying around guns</li>
<li>Making time capsules</li>
</ol>
Step 6
Table
97%
121 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Create a table to reflect the various artists. Include the appropriate attributes for styling: