Photo AI

A website was created to display the top five street artworks - NSC Computer Application Technology - Question 6 - 2019 - Paper 1

Question icon

Question 6

A-website-was-created-to-display-the-top-five-street-artworks-NSC Computer Application Technology-Question 6-2019-Paper 1.png

A website was created to display the top five street artworks. Open the incomplete 6Famous web page in a web browser and also in a text/HTML editor. You may NOT use... show full transcript

Worked Solution & Example Answer:A website was created to display the top five street artworks - NSC Computer Application Technology - Question 6 - 2019 - Paper 1

Step 1

Display the text 'Famous Street Art' as the title in the browser tab.

96%

114 rated

Answer

<title>Famous Street Art</title>

Step 2

Set the cell padding of the entire table to 8.

99%

104 rated

Answer

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

Step 3

Align the picture 6_Art to the right of the page.

96%

101 rated

Answer

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

Step 4

Display the heading 'Street Art' in Calibri font.

98%

120 rated

Answer

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

Step 5

Change the width of the 6_5.jpg picture to 195 and the height to 145.

97%

117 rated

Answer

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

Step 6

Correct the HTML code found below the comment <!--6.6--> so that the table includes a row containing the image 6_3.jpg and the text '3. Glasses in Russia ...' to '... glasses to life.'

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 and appeared on plenty of media sites who marveled at the 3D look that brought a simple pair of glasses to life.</p></td> </tr>

Step 7

Apply bullets to the data in the seventh row of the table.

96%

114 rated

Answer

<ul> <li>Banksy</li> <li>List</li> <li>Most Famous Pieces</li> <li>Smates</li> <li>Stuart</li> </ul>

Step 8

Insert a hyperlink on the text 'Read More' to link to the website Google.com.

99%

104 rated

Answer

<a href="https://www.google.com">Read More</a>

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

;