Learn HTML tables in 4 minutes! 📊

preview_player
Показать описание
#HTML #course #tutorial

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

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>

<h3>Store Hours</h3>

<table border="1"
<tr align="center"
<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 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>10-2</td>
</tr>
</table>

</body>
</html>

BroCodez
Автор

, u taught much better than my computer teacher.. thnks man, cleared all my doubts (love from India💖)

Hydra_Warrior
Автор

Thank you bro! Helped with my homework 😅

yurjjj
Автор

That's not working for me. The first row is fine but when I create the 2nd row data it is not aligning with the first row at all

TheMLMGold
Автор

Thanks. I wasn't in school for 2 weeks and I have a test tomorrow

trashycontent
Автор

how do u make the browser update by itself when u change the code?

Mattias-mcrm
Автор

Can i make it some how that it looks for this

monday| tuesday| wednesday| thursday| friday| saturday| sunday
open.| open....

to look something like this

monday| open
tuesday| open
wednesday| open
thursday| open
friday| open
saturday| open
sunday open

would be nice if someone could quick explain.

Lckygamer
Автор

im just doing this for fun and im in fifth grade

Zenith_Playz
welcome to shbcf.ru