Computer Science, asked by apurvaanand431, 5 hours ago

what are the basic tags used to create table in HTML webpage ?

Answers

Answered by n4697yathartha
1

Answer:

<html><head><title></title></head><body><body bgcolor></body>

Explanation:

Answered by IIRissingstarll
3

\huge{\underline{\mathtt{\red{✯a}\pink{n}\green{s}\blue{w}\purple{e}\orange{r✯}}}}

To create table in HTML, use the <table> tag. A table consist of rows and columns, which can be set using one or more <tr>, <th>, and <td> elements. A table row is defined by the <tr> tag. To set table header, use the <th> tag. For a table cell, use the <td> tag.

Similar questions