Computer Science, asked by philnelsongeorge, 4 months ago

13.Write a HTML code for creating a Table with 3 rows and columns and highlight the column heading of the table?​

Answers

Answered by jai696
8

\large\mathsf\color{pink}{Solution\: using\: HTML\: 5}

<style type="text/css">.mytable {font-size:12px;color:#333333;width:100%;border-width: 1px;border-color: #729ea5;border-collapse: collapse;}.mytable th {font-size:12px;background-color:#acc8cc;border-width: 1px;padding: 8px;border-style: solid;border-color: #729ea5;text-align:left;}.mytable tr {background-color:#ffffff;}.mytable td {font-size:12px;border-width: 1px;padding: 8px;border-style: solid;border-color: #729ea5;}</style><table class="mytable" border="1"><tr><th></th><th></th><th></th></tr><tr><td> </td><td> </td><td> </td></tr><tr><td></td><td> </td><td> </td></tr><tr><td></td><td> </td><td> </td></tr></table>

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

Similar questions