Photo AI

6.1 Maak die onvolledige 6_1NatGeo-webblad in 'n webblaar en ook in 'n teks-/HTML-redigeerder op (NIE in woordverwerkingsprogram soos Word NIE) - NSC Computer Application Technology - Question 6 - 2020 - Paper 1

Question icon

Question 6

6.1-Maak-die-onvolledige-6_1NatGeo-webblad-in-'n-webblaar-en-ook-in-'n-teks-/HTML-redigeerder-op-(NIE-in-woordverwerkingsprogram-soos-Word-NIE)-NSC Computer Application Technology-Question 6-2020-Paper 1.png

6.1 Maak die onvolledige 6_1NatGeo-webblad in 'n webblaar en ook in 'n teks-/HTML-redigeerder op (NIE in woordverwerkingsprogram soos Word NIE). LET WEL: Vraagnomme... show full transcript

Worked Solution & Example Answer:6.1 Maak die onvolledige 6_1NatGeo-webblad in 'n webblaar en ook in 'n teks-/HTML-redigeerder op (NIE in woordverwerkingsprogram soos Word NIE) - NSC Computer Application Technology - Question 6 - 2020 - Paper 1

Step 1

6.1.1 Voeg HTML-merkers in om die teks te sentreer

96%

114 rated

Answer

Begin met die <center> tags om die teks te sentreer, integreer die volgende HTML-kode:

<center>
<h1><font face="Papyrus">PYRAMIDS</font></h1>
<p>The third of ... complex mortuary temple.</p>
</center>

Step 2

6.1.2 Vind die opskrif 'PYRAMIDS' en.formateer dit soos volg

99%

104 rated

Answer

Formateer die opskrif met 'Heading 1' styl en stel die lettertipe op 'Papyrus':

<h1><font face="Papyrus">PYRAMIDS</font></h1>

Step 3

6.1.3 Voeg die prentjie 6Group.jpg in onder die eerste paragraaf

96%

101 rated

Answer

Voeg die volgende HTML-kode in om die prentjie in te voeg:

<img src="6Group.jpg" />

Step 4

6.1.4 Verander die skakel na die webtuistes

98%

120 rated

Answer

Skep die skakel na "www.crystal.com" soos volg:

<a href="http://www.crystal.com"><h2>The Future of the Pyramids</h2></a>

Step 5

6.2 Maak die onvolledige 6_2Facts-webblad

97%

117 rated

Answer

Bly by die volgende HTML-struktuur:

<font size="6"><b>TOP 3 Egyptian Pyramid Facts</b></font>
<hr />
<table bgcolor="Burlywood" border="1">
<tr>
<th>No.</th>
<th>Question</th>
<th>Answer</th>
</tr>
<tr>
<td>1.</td>
<td>Which pyramids are the most well known?</td>
<td>Ancient Egyptian pyramids</td>
</tr>
<tr>
<td>...</td>
<td>Most Ancient Egyptian ...</td>
</tr>
</table>
<ul type="circle">
<li>Most Ancient Egyptian ...</li>
<li>Saqqara is a ...</li>
<li>For over 3 800 years ...</li>
</ul>

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

;