Class 10 Exam  >  Class 10 Notes  >  Computer Application: Class 10  >  Worksheet Solutions: HTML Advanced- Tables, List & Links

Worksheet Solutions: HTML Advanced- Tables, List & Links | Computer Application: Class 10 PDF Download

Q1: Multiple Choice Questions (MCQs)

1. Which HTML tag is used to define a table?

a. <TR>

b. <TH>

c. <TABLE>

d. <TD>

Answer: c. <TABLE>

Explanation: The <TABLE> tag is used to define the structure of a table in HTML.


2. Which attribute is used to merge two or more columns in a table?

a. rowspan

b. colspan

c. align

d. nowrap

Answer: b. colspan

Explanation: The colspan attribute is used with <TH> or <TD> to merge columns in a table row.


3. To center-align a table on a webpage, which attribute value is used?

a. left

b. middle

c. center

d. right

Answer: c. center

Explanation: The align attribute with the value center is used to center-align a table on a webpage.


4. Which tag is used to create a hyperlink?

a. <a>

b. <link>

c. <href>

d. <ul>

Answer: a. <a>

Explanation: The <a> (anchor) tag is used to create hyperlinks in HTML.


5. Which attribute is used to open a link in a new tab?

a. target="_self"

b. target="_new"

c. target="_blank"

d. target="_top"

Answer: c. target="_blank"

Explanation: The target="_blank" attribute is used to open a hyperlink in a new tab.


Q2: Fill in the Blanks

1. The <TH> tag is used to create __________ in a table.

Answer: headers

2. To specify the background color of a table, the __________ attribute is used.

Answer: bgcolor

3. The __________ tag is used to create an ordered list.

Answer: <ol>

4. To prevent text in a cell from wrapping to the next line, the __________ attribute is used.

Answer: nowrap

5. The __________ tag provides a caption for a table.

Answer: <caption>


Q3: Match the Columns

Worksheet Solutions: HTML Advanced- Tables, List & Links | Computer Application: Class 10

Answers:

1 - d. Regular font and left-aligned

Explanation: <td> is used to define a standard cell in a table, which has regular font and is left-aligned by default.

2 - c. Bulleted list

Explanation: <ul> is used to create an unordered (bulleted) list.

3 - b. Creates a table row

Explanation: <tr> is used to create a table row.

4 - a. Bold and center-aligned text

Explanation: <th> is used to create header cells with bold and center-aligned text.

5 - e. Hyperlink

Explanation: <a> is used to create hyperlinks.


Q4: True or False

1. The <table> tag can contain other tables nested within it.

Answer: True

2. The bordercolor attribute is used to set the color of the table border.

Answer: True

3. <li> is used to define a list item in ordered and unordered lists.

Answer: True

4. The valign attribute is used to horizontally align text inside a cell.

Answer: False

5. The <caption> tag is used to create a hyperlink in a table.

Answer: False

The document Worksheet Solutions: HTML Advanced- Tables, List & Links | Computer Application: Class 10 is a part of the Class 10 Course Computer Application: Class 10.
All you need of Class 10 at this link: Class 10
11 videos|49 docs|18 tests

Top Courses for Class 10

FAQs on Worksheet Solutions: HTML Advanced- Tables, List & Links - Computer Application: Class 10

1. How do you create a table in HTML?
Ans. To create a table in HTML, you need to use the <table> tag to define the table, <tr> tag to define the table rows, <td> tag to define the table data cells, and <th> tag to define the table header cells. You can also use attributes like colspan and rowspan to merge cells or span across multiple rows or columns.
2. What is the purpose of using lists in HTML?
Ans. Lists in HTML are used to organize and structure content by displaying information in a clear and ordered manner. There are three types of lists in HTML: ordered lists (<ol>), unordered lists (<ul>), and definition lists (<dl>). Lists help improve the readability and accessibility of the content on a webpage.
3. How can you create hyperlinks in HTML?
Ans. To create hyperlinks in HTML, you need to use the <a> tag with the href attribute to specify the URL of the link destination. You can also add additional attributes like target to open the link in a new tab or window, title to provide a tooltip, and rel to specify the relationship between the current document and the linked document.
4. Can you nest tables within tables in HTML?
Ans. Yes, you can nest tables within tables in HTML. This means that you can place one table inside another table to create complex layouts or structures. However, it is important to use this feature judiciously as excessive nesting of tables can lead to issues with the responsiveness and accessibility of the webpage.
5. What is the purpose of using lists in HTML?
Ans. Lists in HTML are used to organize and structure content by displaying information in a clear and ordered manner. There are three types of lists in HTML: ordered lists (<ol>), unordered lists (<ul>), and definition lists (<dl>). Lists help improve the readability and accessibility of the content on a webpage.
11 videos|49 docs|18 tests
Download as PDF
Explore Courses for Class 10 exam

Top Courses for Class 10

Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

shortcuts and tricks

,

Sample Paper

,

Summary

,

List & Links | Computer Application: Class 10

,

Viva Questions

,

mock tests for examination

,

Exam

,

Important questions

,

Extra Questions

,

pdf

,

List & Links | Computer Application: Class 10

,

study material

,

MCQs

,

Free

,

Semester Notes

,

video lectures

,

List & Links | Computer Application: Class 10

,

ppt

,

practice quizzes

,

Worksheet Solutions: HTML Advanced- Tables

,

past year papers

,

Previous Year Questions with Solutions

,

Worksheet Solutions: HTML Advanced- Tables

,

Worksheet Solutions: HTML Advanced- Tables

,

Objective type Questions

;