Computer Science, asked by karwasraak27, 6 months ago

write a program using table tags with all TH, TR and TD tags​

Answers

Answered by valeriy69
8

<!DOCTYPE html><html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> <style type="text/css">.tftable {font-size:12px;color:#333333;width:100%;border-width: 1px;border-color: #9dcc7a;border-collapse: collapse;}.tftable th {font-size:12px;background-color:#abd28e;border-width: 1px;padding: 8px;border-style: solid;border-color: #9dcc7a;text-align:left;}.tftable tr {background-color:#bedda7;}.tftable td {font-size:12px;border-width: 1px;padding: 8px;border-style: solid;border-color: #9dcc7a;}</style><table class="tftable" border="1"><tr><th>Header 1</th><th>Header 2</th><th>Header 3</th></tr><tr><td>Row:1 Cell:1</td><td>Row:1 Cell:2</td><td>Row:1 Cell:3</td></tr><tr><td>Row:2 Cell:1</td><td>Row:2 Cell:2</td><td>Row:2 Cell:3</td></tr><tr><td>Row:3 Cell:1</td><td>Row:3 Cell:2</td><td>Row:3 Cell:3</td></tr></table> </body></html>

\small\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions