Computer Science, asked by mindlinessss, 1 year ago

html tags for a table

Answers

Answered by Anonymous
7
Tag. Description
<tr> Defines a row in a table
<td> Defines a cell in table
<caption> Defines a table caption
<colgroup> Specifies a group of one or more columns in a table for formatting
Answered by sumo2
5
<tr> define the row in a table
<td> define the cell in a table or table data
<caption> define the caption in a table
< th> define a table heading
<table> to define a table and many more


mindlinessss: thnx
Similar questions