Photo AI

VRAAG 6: WEBONTWERP (HTML) LET WEL: Jy mag NIE 'n woordverwerkingsprogram soos Word gebruik om die HTML-vraag te beantwoord NIE - NSC Computer Application Technology - Question 6 - 2023 - Paper 1

Question icon

Question 6

VRAAG-6:-WEBONTWERP-(HTML)--LET-WEL:--Jy-mag-NIE-'n-woordverwerkingsprogram-soos-Word-gebruik-om-die-HTML-vraag-te-beantwoord-NIE-NSC Computer Application Technology-Question 6-2023-Paper 1.png

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

Worked Solution & Example Answer:VRAAG 6: WEBONTWERP (HTML) LET WEL: Jy mag NIE 'n woordverwerkingsprogram soos Word gebruik om die HTML-vraag te beantwoord NIE - NSC Computer Application Technology - Question 6 - 2023 - Paper 1

Step 1

Make the incomplete 6_1Interactive file in a web browser and also in a text/HTML editor

96%

114 rated

Answer

To create the required web page:

  1. Bold Tags: Insert the bold tags around the text. Example:

    <center><b>123...</b></center>
    
  2. Image: Include the specified image with the correct attributes:

    <img src="6_1Banner.png" align="left" />
    
  3. Horizontal Line: Add a horizontal line with the required attributes:

    <hr color="black" width="80%"/>
    
  4. Font Color: Set the font color to black:

    <font color="black">
    
  5. Image: Insert the second image with the specified dimensions:

    <td><img src="6_1Urban.jpg" height="250" width="180"/></td>
    
  6. Line Break: Use a line break in the table:

    <td>Surfing; kayaking; hiking; <br /> discovering flowers</td>
    
  7. Unordered List: Create an unordered list with square bullets:

    <ul type="square">
        <li>Your content here</li>
    </ul>
    
  8. Link Tag: Add a link with the appropriate attributes:

    <a href="https://video.eko.com/v/A98bGr">Your link text here</a>
    

Step 2

2_Big6

99%

104 rated

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.

Join the NSC students using SimpleStudy...

97% of Students

Report Improved Results

98% of Students

Recommend to friends

100,000+

Students Supported

1 Million+

Questions answered

;