CBSE Class 10 Computer Applications
Question 103 of 125
HTML II — Images, Links and Tables — Question 17
Back to all questions 17
Question Question 17
What is a table ? Which tag is used to create tables in HTML ?
An HTML table allows a user to arrange data — text, preformatted text, images, links, forms, form fields, other tables, etc., into rows and columns of cells.
The table tag <TABLE>...</TABLE> is used to create tables in HTML.