What is a table ? Explain briefly the different table attributes
Answers
Answered by
8
- The <table> tag defines an HTML table. Each table row is defined with a <tr> tag. ... Each table data/cell is defined with a <td> tag. By default, the text in <th> elements are bold and centered. By default, the text in <td> elements are regular and left-aligned.
Answered by
1
A table is an arrangement of data in rows and columns, or possibly in a more complex structure. Tables are widely used in communication, research, and data analysis. Tables appear in print media, handwritten notes, computer software, architectural ornamentation, traffic signs, and many other places.
bgcolor rgb(x,x,x) #hexcode colorname
bgcolor rgb(x,x,x) #hexcode colornameborder pixels
bgcolor rgb(x,x,x) #hexcode colornameborder pixelscellpadding pixels or %
bgcolor rgb(x,x,x) #hexcode colornameborder pixelscellpadding pixels or %cellspacing pixels or %
Similar questions