HTML Tables

Channel:
Subscribers:
11,500
Published on ● Video Link: https://www.youtube.com/watch?v=jarKeuTvUUM



Duration: 15:00
46 views
2


Angled brackets were replaced with [ and ] .

[table]
[tr] - table row start
[th] Table Heading is in bold [/th]
[th[ Table Heading is in bold [/th]
[/tr] table row closing
[tr] new table row
[td] table cell [/td]
[td] table cell [/td]
[/tr] row closed
[/table] table closed

rowspan
[tr]
[td rowspan="3"]Words[/th] --- The rows will span starting from column 2.
[td] text 1[/td]
[/tr]
[tr]
[td]text 2/td]
[/tr]
[tr]
[td] text 3[/td]
[/tr]
You have two columns, the first column will remain unchanged. The 2nd column will have three rows.

Color Codes Website

https://htmlcolorcodes.com/

w3school.com website

https://www.w3schools.com/html/

If you found this video helpful, you can donate to my paypal account. It's optional. https://www.paypal.me/Ace1000ks1975