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
3
Answer:
<table>tag
Explanation:
Answered by
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