Photo AI
Question 6
VRAAG 6: WEBONTWERP (HTML) LET WEL: Jy mag NIE 'n woordverwerkingsprogram soos Word gebruik om die HTML-vraag te beantwoord NIE. In HTML-markersblad is vir verwys... show full transcript
Step 1
Answer
To create the required web page:
Bold Tags: Insert the bold tags around the text. Example:
<center><b>123...</b></center>
Image: Include the specified image with the correct attributes:
<img src="6_1Banner.png" align="left" />
Horizontal Line: Add a horizontal line with the required attributes:
<hr color="black" width="80%"/>
Font Color: Set the font color to black:
<font color="black">
Image: Insert the second image with the specified dimensions:
<td><img src="6_1Urban.jpg" height="250" width="180"/></td>
Line Break: Use a line break in the table:
<td>Surfing; kayaking; hiking; <br /> discovering flowers</td>
Unordered List: Create an unordered list with square bullets:
<ul type="square">
<li>Your content here</li>
</ul>
Link Tag: Add a link with the appropriate attributes:
<a href="https://video.eko.com/v/A98bGr">Your link text here</a>
Step 2
Answer
For the table:
<table border="0" cellspacing="50">
<tr>
<th bgcolor="lightblue">V&A Waterfront</th>
<td rowspan="6"><img src="6_2Arrows.png" align="center" width="200" /></td>
<td align="center" width="200">Life on the edge of an historical working harbour</td>
</tr>
<tr>
<th bgcolor="lightblue">Cape Point</th>
<td align="center" width="200">The panoramic views that spread out before you are breathtaking</td>
</tr>
<tr>
<th bgcolor="lightblue">Groot Constantia</th>
</tr>
</table>
Make sure to use correct closing tags where necessary.
Report Improved Results
Recommend to friends
Students Supported
Questions answered