Multiple Choice Questions:
1) Which HTML tag is used to define a table?
i) ii) iii)
2) The first tag in HTML documents is:
i) ii) iii)
3) With the help of which tag, is a row defined in HTML?
i) ii) iii)
4) By using which of the following options, the border of table can be collapsed?
i) border-collapse:collapse iii) border:collapse
ii) table-border:collapse iv) table-border-collapse:collapse
5) Which one of the following tags is used to add caption to a table?
i) ii) iii)
Answer fast and i will mark u as brainliest girls
Answers
Answer:
1) <table> tag defines an HTML table.
2) First tag in HTML document is <HTML> tag.
3) <tr> tag defines a row in an HTML table.
4) border-collapse:collapse
5) <caption> tag defines a table caption.
Answer:
1) The <table> tag defines an HTML table.
2) HTML document is <html></html> (HTML tag).
3) The <tr> tag defines a row in an HTML table.
4) border-collapse: collapse
5) The <caption> tag defines a table caption.
Explanation:
Step : 1 The <table> tag defines an HTML table. An HTML table consists of one <table> element and one or more <tr>, <th>, and <td> elements. The <tr> element defines a table row, the <th> element defines a table header, and the <td> element defines a table cell.
Step :2 First tag in any HTML document is <html></html> (HTML tag). It is also known as root element of the document. We use it as first tag because it helps browsers recognise that a given document is a HTML document.
Step :3 The <tr> tag defines a row in an HTML table.
Step :4 By using which of the following options, the border of table can be collapsed? Explanation: In order to collapse the border of a table, border-collapse: collapse; can be used inside <style> tag.
Step :5 The <caption> tag defines a table caption. The <caption> tag must be inserted immediately after the <table> tag.
To learn more about similar questions visit:
https://brainly.in/question/7533033?referrer=searchResults
https://brainly.in/question/8972366?referrer=searchResults
#SPJ6