HTML: Tables

Go to class
Write Review

Free Online Course: HTML: Tables provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. HTML: Tables is taught by Jen Kramer.

Overview
  • Sometimes you need to share data, and not just visualizations, directly with other people. HTML tables make this easy. Discover how to build and style tables in this course.

Syllabus
  • Introduction

    • Create semantic HTML tables
    • What you should know
    • Working with CodePen
    1. Table Basics
    • Display data semantically
    • Understand table rows and table data
    • Add content and data to table cells
    • Understand table headings
    • Identify table head, body, and foot
    • Include table captions
    • Group columns and apply to headers
    • Use colspan and rowspan
    • Challenge: Mark up a table
    • Solution: Mark up a table
    2. Styling HTML Tables
    • Style table borders and basic styling
    • Style the table caption
    • Style your table headers and footers
    • Stripe table rows with background colors
    • Challenge: Style HTML tables
    • Solution: Style HTML tables
    3. Making Tables Responsive
    • Responsive tables with side scrolling
    • Reformat a table for responsive layout
    • Final styling tweaks
    • Challenge: Make tables responsive
    • Solution: Make tables responsive
    Conclusion
    • Next steps