CBSE Class 10 Computer Applications
Question 31 of 125
HTML II — Images, Links and Tables — Question 22
Back to all questions 22
Question Question 22
Which of these tags are all <table> tags ?
<thead><body><tr><table><tr><td><table><head><tfoot><table><tr><tt>
<table><tr><td>
Reason — The <table> tag is used to define tables, <tr> tag is used to define table rows and the <td> tag is used to define data cells.