CSS Table tutorial: how to style an HTML table with CSS

CSS Table tutorial: how to style an HTML table with CSS

This video will show you in a brief example how you can quickly style an HTML table using CSS. It will show you how to use: – the table, td and th tags – the…

Don’t forget to check out our other video tutorials or share this video with a friend.

1 Star2 Stars3 Stars4 Stars5 Stars 0 votes
Loading... 2,059 views





7 responses to “CSS Table tutorial: how to style an HTML table with CSS”

  1. redsai666 says:

    To center the table:

    YOUR TABLE

    

  2. jayr padua says:

    where is jollibee in video? i did’nt see him!

  3. zuesqwert123 says:

    can i ask a question? how to center a table in css?

  4. MakeWebDesignEasy says:

    Well, you could probably use some div elements for example and style them
    in CSS so that they look like a table. However, for a data table such as
    the one I am talking about, the html table, tr and td tags are definitely
    the way to go.

  5. zuesqwert123 says:

    thx a lot..

  6. MakeWebDesignEasy says:

    You can set the table to margin-left: auto and margin-right: auto (just
    like for any other block element)

  7. IimmortalMonkey says:

    absolutely amazing …….helped a lot …….even better than my teacher.

Leave a Reply to zuesqwert123 Cancel reply

Your email address will not be published. Required fields are marked *