Learn HTML tables in 3 minutes 📊

preview_player
Показать описание
HTML table tutorial example explained
How to create a table in HTML

#HTML #table #tutorial
Рекомендации по теме
Комментарии
Автор

<!DOCTYPE html>

<html>
<head>
<title>My first website</title>
</head>
<body>

<h3>Store Hours</h3>

<table bgcolor="black" width="700">
<tr bgcolor="grey">
<th width="100">Sunday</th>
<th width="100">Monday</th>
<th width="100">Tuesday</th>
<th width="100">Wednesday</th>
<th width="100">Thursday</th>
<th width="100">Friday</th>
<th width="100">Saturday</th>
</tr>
<tr bgcolor="lightgrey" align="center">
<td>Closed</td>
<td>9-5</td>
<td>9-5</td>
<td>9-5</td>
<td>9-5</td>
<td>9-5</td>
<td>Closed</td>
</tr>
</table>

</body>
</html>

BroCodez
Автор

Another tip for people learning HTML. (Whilst using Visual Studio Code)
When creating multiple table rows, headers, or even list items etc, instead of copying and pasting each one individually, if you type 'th*5', that will create 5 table headers for you to fill in :)
A quick, time saving shortcut :)

missjane
Автор

Bro Code in 2025:How to make Excel in 5 minutes

kaganalitv
Автор

Bro, long time subscriber here. No one could have explained this any clearer than you did in this video. Thanks.

robertmanigault
Автор

You are hands down the best. I have so much fun learning from you. Thank you so much 😊

timaya
Автор

You are insane man. Thank you for your hard work on these courses and tutorials. It really helped me and I believe that other people like this too. AWESOME <3

kubixcze
Автор

Dude this guy is amazing....Thanks a lot for this course💫

josephmurphy
Автор

The way u explained it was so easy to get! Thanks!

satvikkapoor
Автор

DUDE, this guy literally puts so much effort in these videos
and uploads them FOR FREE in youtube
instead of selling them for even 200$ courses
how kind?!
he deserves an award
who would go to expensive 100, 000, 000$ courses
INSTEAD OF THIS?!
(subbed)

berserk
Автор

You are a live saver was in the middle of a html test and forgot how to do tabeles didnt want to read thanks so much

cheese
Автор

Bro thank you so much I had been looking for a simple video like this

leyendaslegendariasshorts
Автор

Thank you so much ! Really great Tutorial ! You Saved me a lot of Time

HansPeter-gthd
Автор

How very educational and understandable! Thanks bro 👊

johnathana
Автор

This really helped me out a TON!! tysm

foldedbag
Автор

Love you brother ! You are the real G ! Thanks for this tutorial it really saved me !

noblemagar
Автор

I've spent about two days reading about this, absolutely fucking lost, watched this video and completely get it now!
cheers dude

davetrials
Автор

Thanks bro, you are always the best out there

abdullahinadif
Автор

how do you have the little boxes around < and > using vs code?

syntax.error.history
Автор

Excellent content for inline styling but I was looking for internal table styling.

solomonhaile
Автор

thank you so much; even clearer than 3Sw school so gooood