Computer Science, asked by babtijita, 8 months ago

7. In a web page, a table is created using.
(a) <create table> tag
(b) <tr>tag
(d) <td> tag
(c) <table> tag​

Answers

Answered by aman9122701848
3

Answer:

<table>tag

Explanation:

Answered by thoratprathamesh21
1

Answer:

(b) <tr>tag

(d) <td> tag

(c) <table> tag

Explanation:

to create table we need <tr> tag for inserting rows in table <td> tag for inserting date in table columns and all this code is written in <table> tag.

Similar questions