Photo AI

'n Webblad is geskep om die top vyf straatkunswerke te toon - NSC Computer Application Technology - Question 6 - 2019 - Paper 1

Question icon

Question 6

'n-Webblad-is-geskep-om-die-top-vyf-straatkunswerke-te-toon-NSC Computer Application Technology-Question 6-2019-Paper 1.png

'n Webblad is geskep om die top vyf straatkunswerke te toon. Maak die onvolledige 6Famous-webblad in 'n webblaar en ook in 'n teks/HTML-redigeerder oop. Jy mag NIE ... show full transcript

Worked Solution & Example Answer:'n Webblad is geskep om die top vyf straatkunswerke te toon - NSC Computer Application Technology - Question 6 - 2019 - Paper 1

Step 1

6.1 Vertoon die teks 'Famous Street Art' as die titel in die tabeloitje van die webblaar.

96%

114 rated

Answer

<title>Famous Street Art</title>

In this step, we simply add the title for the webpage by inserting it between the <title> tags.

Step 2

6.2 Stel die selafwerking ('cell padding') van die hele tabel aan 8.

99%

104 rated

Answer

<table border="1" cellpadding="8" bgcolor="PaleGoldenrod">

Here, we define the cellpadding attribute in the <table> tag, setting the cell padding to 8 pixels.

Step 3

6.3 Stel ('Align') die prent 6_Art na regs op die bladsy in lyn.

96%

101 rated

Answer

<img src="6_Art.png" width="100" height="100" align="right">

This aligns the image to the right of the page using the align attribute.

Step 4

6.4 Vertoon die opskrif 'Street Art' in Calibri-font.

98%

120 rated

Answer

<font face="Calibri"><h1>Street Art</h1></font>

We apply the Calibri font to the heading using the <font> tag.

Step 5

6.5 Verander die wyte tabel se hoogte met 145.

97%

117 rated

Answer

<img src="6_5.jpg" width="195" height="145">

This modifies the height of the image to 145 pixels while keeping the width at 195 pixels.

Step 6

6.6 Korrigeer die HTML-kodering onder die kommentaar <!--6.6--> so dat die tabel in 'n lys uit die prent 6_3.jpg ...

97%

121 rated

Answer

<tr align="center"> <td><img src="6_3.jpg" width="200" height="200"></td> <td colspan="3"><font size="5">3. Glasses in Russia...</font></td> <p align="left">This photo went viral...</p> </tr>

This step formats the table row correctly, including image insertion and text formatting.

Step 7

6.7 Stoor en maak die 6Famous-webblad toe.

96%

114 rated

Answer

To save the file, select 'File' and then 'Save' in your web editor environment.

Step 8

6.8 Sluitingsmerkers, soorte driehoekige hakies en nesting korrek toegepas.

99%

104 rated

Answer

Ensure all tags are properly closed and nesting is applied correctly throughout the document.

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

;