Skip to content
Learn Netverks

Lesson

Step 22/36 61% through track

tables

Tables

Last reviewed May 28, 2026 Content v20260528
Track mode
iframe_html
Means
HTML preview sandbox
Reading
~1 min
Level
beginner

This lesson

This lesson teaches Tables—the ideas, syntax, and habits you need before moving on in Foundation.

Foundation skills help when you inherit marketing sites built on Zurb’s grid system.

You will apply Tables in contexts like: Large marketing sites, email-adjacent layouts, and legacy responsive redesigns.

Read the lesson, edit HTML/CSS in the playground, press Run to preview, then answer the lesson MCQs.

When the previous lesson's MCQs feel easy and you can explain Tables in your own words.

Apply table to semantic <table> elements for striped rows, borders, and hover states. Modifiers include hover, stack (mobile-friendly stacked rows), and scroll wrapper for wide data.

Accessible data tables

  • Use <thead>, <tbody>, and <th scope="col">
  • Caption or nearby heading describes the table purpose
  • table-scroll wraps tables that overflow horizontally on small screens

Tables complement dashboard layouts built with the XY grid layout patterns. For very dense apps, consider whether a card list communicates better on mobile than a stacked table.

Self-check

  1. Which class makes rows highlight on hover?
  2. When should you wrap a table in table-scroll?

Interview tip Lesson completion confidence

Can you explain this lesson in 30 seconds without reading notes?

Not saved yet.

Playground

Runs in your browser in a sandboxed frame. Backend runners appear when this track’s profile allows them.

Check yourself

Multiple choice — immediate feedback.

Discussion

Past discussion is visible to everyone. Only logged-in users can post comments and replies.

Starter discussion topics

  • scroll vs stack responsive?
  • Striped when?

Sign up or log in to post comments and sync lesson progress across devices.

No discussion yet. Be the first to ask a question.

Jump