Skip to content
Learn Netverks

Lesson

Step 24/36 67% through track

form-layout

Form layout

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

This lesson

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

Forms are where users convert and where security mistakes (validation, labels) show up first.

You will apply Form layout 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.

Toward the end of the track—use it to consolidate patterns before the capstone or summary lessons.

Stack fields vertically for narrow screens—the default Foundation form rhythm. For wider layouts, place labels and inputs inside the XY grid: grid-x grid-padding-x with cell medium-6 (or other breakpoints) so related fields sit side by side at medium and up.

Inline and grouped fields

City/state/ZIP rows belong in one grid-x row so gutters stay aligned. A single full-width cell holds email or address lines that should not split awkwardly on tablet widths.

Compared to Bootstrap

Bootstrap uses row + col-md-* on the form itself; Foundation uses the same XY grid vocabulary as the rest of the page—one less layout dialect to remember on marketing sites.

Self-check

  1. Which grid classes start a padded horizontal row?
  2. When would you keep first and last name in separate cells vs one cell?
  3. Why align related fields in the same grid-x?

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

  • Grid form row pattern?
  • Inline labels trade-off?

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