HTML how to create a table 📊 #6

preview_player
Показать описание
HTML table tutorial
table, tr, th, td

Coding boot camps hate him! See how he can teach you to code with this one simple trick...

Bro Code is the self-proclaimed #1 tutorial series on coding in various programming languages and other how to videos in the known universe.
Рекомендации по теме
Комментарии
Автор

<!DOCTYPE html>
<html>

<head>
<title>DA BEST WEBSITE :D</title>
</head>
<body>

<h2>personal finances :(</h2>

<table border=2px bgcolor="black" height=150 width=100%>
<tr bgcolor="grey">
<th height=10 width=75>month:</th>
<th height=10 width=75>January</th>
<th height=10 width=75>February</th>
<th height=10 width=75>March</th>
<th height=10 width=75>April</th>
</tr>
<tr bgcolor="yellow" align=center>
<th>income:</th>
<td>$1500</td>
<td>$1750</td>
<td>$1250</td>
<td>$500</td>
</tr>
<tr bgcolor="red" align=center>
<th>expenses:</th>
<td>-$500</td>
<td>-$1000</td>
<td>-$750</td>
<td>-$150</td>
</tr>
<tr bgcolor="green" align=center>
<th>savings:</th>
<td>$1000</td>
<td>$750</td>
<td>$500</td>
<td>$350</td>
</tr>
</table>

</body>

</html>

BroCodez
Автор

Funny to see how less and less people watch that tutorial. On first lesson was 4247 views, on second 1242, on third 818 and now just 671.

lelushlamperush
Автор

what abt colspan and rowspan padding spacing

demolitiondaniel
Автор

you are awesome....why don't you promote your video.!

shahriarsabbir