HTML5 and CSS3 beginner tutorial 36 - Styling tables

preview_player
Показать описание
This tutorial will show you how to use CSS to style tables on your website.

Don't forget to tell them I sent you.

Follow me on social media:

Become a Patron:

Subscribe to my Vlog channel:

Subscribe to this channel:

Please note:
I do not offer web development services, private tutoring, or "assistance" on school or university projects. I am not an online support service, and I'm not interested in setting up a "start up" business with viewers.
Рекомендации по теме
Комментарии
Автор

Hi Quentin,

I am enjoying your videos, they are refreshing and updating my knowledge. I noticed that you took out the <thead> tag indicating that it was not really necessary. I would like to point out that the <thead>, <tbody>, and <tfoot> tags are part of semantic markup. Although they do not help the visual appearance of the table, they do help screen readers describe the content to people with visual impairments.

Thanks, Carolyn

carolynmarenger
Автор

Hi QW
Great series on tables. You mentioned how SQL and HTML tables are completely different. I'm learning SQL which made this question pop into my head: Surely, there's a way to have an HTML table display SQL data inside. So, before I embark on figuring out how to do it, would you recommend that as a method of displaying SQL data? Or Is there a simpler way other than using an HTML table? I don't want to beat my head against a wall trying to write the code if there's an easier more effective way.

EDPhoto
Автор

why you need to border:1px solid red"???? and not just "border:1px red" ???

saionjisan