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

Worksheet: HTML Advanced- Tables, Lists & 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>


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

a. rowspan

b. colspan

c. align

d. nowrap


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

a. left

b. middle

c. center

d. right


4. Which tag is used to create a hyperlink?

a. <a>

b. <link>

c. <href>

d. <ul>


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"


Q2: Fill in the Blanks

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

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

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

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

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


Q3: Match the Columns

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


Q4: True or False

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

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

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

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

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

The document Worksheet: HTML Advanced- Tables, Lists & 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: HTML Advanced- Tables, Lists & Links - Computer Application: Class 10

1. How to create a table in HTML?
Ans. To create a table in HTML, you can use the <table> tag to define the table, <tr> tag to define the table rows, and <td> tag to define the table data cells. You can also use attributes like colspan and rowspan to merge cells and span rows or columns.
2. How can I add a border to a table in HTML?
Ans. To add a border to a table in HTML, you can use the border attribute within the <table> tag and specify the thickness and style of the border. For example, <table border="1"> will add a border with a thickness of 1 pixel.
3. Can I create nested tables in HTML?
Ans. Yes, you can create nested tables in HTML by placing one <table> tag within another <td> element. This allows you to create complex layouts with multiple levels of tables within tables.
4. How to create an ordered list in HTML?
Ans. To create an ordered list in HTML, you can use the <ol> tag to define the list and <li> tag to define each list item. You can also use attributes like type to change the numbering style or start to specify the starting number.
5. How can I add links to my HTML document?
Ans. To add links to your HTML document, you can use the <a> tag with the href attribute to specify the URL of the link destination. You can also use attributes like target to open the link in a new tab or window.
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

mock tests for examination

,

Semester Notes

,

Objective type Questions

,

Lists & Links | Computer Application: Class 10

,

Lists & Links | Computer Application: Class 10

,

Worksheet: HTML Advanced- Tables

,

Extra Questions

,

past year papers

,

Previous Year Questions with Solutions

,

Summary

,

Viva Questions

,

Lists & Links | Computer Application: Class 10

,

shortcuts and tricks

,

MCQs

,

Worksheet: HTML Advanced- Tables

,

Sample Paper

,

Worksheet: HTML Advanced- Tables

,

practice quizzes

,

study material

,

Exam

,

ppt

,

video lectures

,

Free

,

Important questions

,

pdf

;