0% found this document useful (0 votes)
10 views2 pages

AV AR TAN: Additional Questions AI and You - 7 Chapter 3: Lists and Tables in HTML5

The document contains additional questions related to HTML5, focusing on lists and tables. It includes multiple-choice questions, fill-in-the-blank statements, true/false questions, and definitions of list item markers. Answers to the questions are also provided at the end of the document.

Uploaded by

m.unique786
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 (0 votes)
10 views2 pages

AV AR TAN: Additional Questions AI and You - 7 Chapter 3: Lists and Tables in HTML5

The document contains additional questions related to HTML5, focusing on lists and tables. It includes multiple-choice questions, fill-in-the-blank statements, true/false questions, and definitions of list item markers. Answers to the questions are also provided at the end of the document.

Uploaded by

m.unique786
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/ 2

Additional Questions

AI and You - 7
Chapter 3: Lists and Tables in HTML5
A. Tick (✓) the correct answers.
1. It is a selector which highlights the table cells, when the mouse is moved over it.
a. Hover b. Caption c. Collapse
2. This value of empty-cells property will not display border on empty cells.
a. Disappear b. Hide c. Collapse
3. This property of a table defines the placement of the table caption.

N
a. Header b. Comment c. Caption-side
4. This attribute of HTML5 keeps the list in descending order.
a. Reversed b. Decrease c. Backward
5. What are the HTML elements that can be used in a list item?
a. Images
B. Fill in the blanks. TAb. Links

1. The ____________ tag defines the description list.


c. Both a and b

2. The ____________ tag is used to specify a column heading in a table.


3. ____________ help to organise data in documents for the users to understand key points only.
4. ____________ property is used to define the distance between the borders of the adjacent cells
in table.
AR
5. ____________ property defines the placement of the table caption.
C. Write ‘T’ for True and ‘F’ for False.

1. It is not possible to modify the appearance of a table.

2. Table helps to present the information in a more comprehensive way.

3. You can add images and links also in a list item.


AV

4. An unordered list is a numbered list of items.

5. Reversed attribute is a new attribute introduced in HTML5.


D. Define the following list item markers used in the ordered lists.
1. “1”:
2. “a”:
3. “I”:
4. “A”:
5. “i”:

Copyright: All rights reserved. No part of this work can be reproduced or utilized in any form or by
any means, electronic or mechanical, or by any information storage and retrieval system without prior
permission, in writing from Avartan. Information contained in this book has been published by Avartan.
Answers of Additional Questions
A. Tick (✓) the correct answers.
1. a 2. b 3. c 4. a 5. c
B. Fill in the blanks.
1. <dl>
2. <th>
3. List
4. Border-spacing
5. Caption-side
C. Write ‘T’ for True and ‘F’ for False.
1. F
2. T
3. T
4. F
5. T
D. Define the following list item markers used in the ordered lists.
1. “1”: to create a numbered list with numbers
2. “a”: to create a numbered list with lower case letters
3. “I”: to create a numbered list with upper case Roman numbers
4. “A”: to create a numbered list with upper case letters
5. “i”: to create a numbered list with lower case Roman numbers

You might also like