Skip to content
Learn Netverks

Lesson

Step 12/36 33% through track

typography

Typography

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 Typography—the ideas, syntax, and habits you need before moving on in Bulma.

Bulma offers a lighter component model when Bootstrap feels too heavy or dated.

You will apply Typography in contexts like: Smaller marketing sites, internal dashboards, and projects that need quick responsive layout with minimal JS.

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 Typography in your own words.

Bulma sets a clean typographic baseline on top of system fonts. Use title and subtitle for headings, content for prose blocks, and size helpers is-size-1 through is-size-7 when you need fine control.

Heading hierarchy

  • title — primary heading; add is-1is-6 for scale
  • subtitle — secondary line under a title; pairs visually with adjacent title
  • Semantic HTML — still use h1h6 inside titles when SEO and accessibility matter (HTML headings)

Prose with content

Wrap article copy in content to get sensible spacing for p, ul, blockquote, and pre without hand-tuning margins—similar to Bootstrap’s typography defaults but scoped to a single wrapper.

Important interview questions and answers

  1. Q: title vs heading tag?
    A: title is Bulma’s visual class; combine with <h1 class="title"> for both semantics and styling.
  2. Q: When use is-size-* instead of title is-*?
    A: is-size-* adjusts any element’s font size; title is-4 also sets title weight and spacing tuned for headings.

Self-check

  1. How do you render a large hero headline and a smaller supporting line?
  2. What class auto-styles paragraphs and lists inside an article?

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

  • title vs subtitle—semantics ok?
  • Size helpers vs heading tags?

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