0% found this document useful (1 vote)
121 views5 pages

Class6 - CCS - ASM-1 - AnswerKey 4175

This document contains an answer key for a Class 6 assessment on HTML. It includes multiple choice questions testing knowledge of HTML tags like <h6>, <img>, <head> and <th>. It also has fill in the blank questions on tags like <u> and attributes like alt. Short answer questions evaluate code completion and use of hyperlinks to connect web pages.

Uploaded by

binthnoufalf
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
121 views5 pages

Class6 - CCS - ASM-1 - AnswerKey 4175

This document contains an answer key for a Class 6 assessment on HTML. It includes multiple choice questions testing knowledge of HTML tags like <h6>, <img>, <head> and <th>. It also has fill in the blank questions on tags like <u> and attributes like alt. Short answer questions evaluate code completion and use of hyperlinks to connect web pages.

Uploaded by

binthnoufalf
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Class 6 Unit 6 Assessment CCS

Answer Key

Name: .............................................. Date: .......................... Max. Marks: 20 Time: 25 min.

Instructions —
• Read the question paper carefully before you start writing.
• Write your name and the date on the question paper and the answer sheet.
• Write the answers on the answer sheet.
• Write only the question number followed by the answer. Do not write the questions.

1.) Choose the correct option. (4 x 1 = 4 Marks)


1) a) Which of the following tags is used to insert the smallest heading in an HTML document?
(i) <h1> (ii) <p> (iii) <h6> (iv) <head>
Answer:
<h6>
Solution:
<h6>
Award 1 mark for the right answer.
b) Which of the following HTML tags is used to insert an image on a web page?
(i) <src> (ii) <img> (iii) <p> (iv) <alt>
Answer:
<img>
Solution:
<img>
Award 1 mark for the right answer.
c) Which of the following HTML tags contains the title of a web page?
(i) <html> (ii) <head> (iii) <table> (iv) <body>
Answer:
<head>
Solution:
<head>
Award 1 mark for the right answer.
d) What does the <th> </th> element represent in an HTML table?
(i) Column header
(ii) Row number
(iii) Cell item
(iv) Column number

Page 1 of 5
Answer:
Column header
Solution:
Column header
Award 1 mark for the right answer.
2.) Fill in the blanks with the options given in the help box. (4 x 1 = 4 Marks)

2) a) The distance between the cells in a table is defined by ______________________.


Answer:
cellspacing
Award 1 mark for the right answer.
b) The ________ tag is used to underline the text.
Answer:
<u>
Award 1 mark for the right answer.
c) The alt attribute in HTML is used to provide ___________________ text for an image.
Answer:
alternative
Award 1 mark for the right answer.
d) The <a> tag is used to create a _______________________.
Answer:
hyperlink
Award 1 mark for the right answer.
3.) Why do we use the following attribute in the <table> tag? Write in the space
(1 x 2 = 2 Marks)
provided.
3)

Page 2 of 5
Answer:

Solution:

Award 2 marks for the right answer.


4.) Sahil wants to insert an image on a riddle web page. He has written the
following code, but it contains some errors. Analyse the code to identify the (1 x 2 = 2 Marks)
errors and write the correct code.
4) <image src="garden.png" alt="Green" height="500" height="600">
Answer:
<img src="garden.png" alt="Green" width="500" height="600">
Award 2 marks for the right answer.
5.) Answer the following questions in brief. (2 x 4 = 8 Marks)
5) a) The code below is written to create a simple web page in HTML. Complete the incomplete
part of the code to get the output shown.

Page 3 of 5
Answer:

Solution:

Award 4 marks for the right answer.


b) Sahil has designed three different web pages: About_us, Introduction, and Product. He
wants to connect the Introduction and Product web pages to the About_us web page. Write
the hyperlink codes to interconnect these web pages.

Page 4 of 5
Answer:

Solution:

Award 4 marks for the right answer.

Page 5 of 5

You might also like