174k views
18 votes
4) Tables in HTML are the attractive way of representing information in the form of rows and WMS.

5) To create a table in HTML, <table> tag is used.
II. Multiple Choice Questions:
1) Which HTML tag is used to define a table?
0
<tab
<tb>
2) The first tag in HTML documents is:
<<BODY>
<HTML>
</HTML>
Crow
3) With the help of which tag, is a row defined in HTML?
0
<tablerow>
4 By using which of the following options, the border of table can be collapsed?
border-collapse collapse
border collapse
) table-border collapse
iv)
table-border-collapse collapse
5) Which one of the following tags is used to add caption to a table?
<table-caption> <tcaption>
<caption>​

1 Answer

1 vote

Answer:

1) if "<table>" is an option then that's the answer

2) <HTML>

3) <tr>

4) border-collapse collapse

5) <caption>

Step-by-step explanation:

Currently studying HTML and these are the tags I'm familar with.

User Mikecsh
by
7.6k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.