Skip to content
Learn Netverks

Lesson

Step 18/36 50% through track

messages

Messages and notifications

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 Messages and notifications—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 Messages and notifications 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 Messages and notifications in your own words.

Messages communicate page-level feedback—success, warnings, or contextual help. Structure: message plus color modifiers (is-success, is-warning, is-danger), optional message-header, and message-body.

Compared to Bootstrap alerts

Bootstrap’s alert is a single block; Bulma splits header and body so you can title a message (“Payment failed”) separately from details. For inline status chips, use notification or tag components later in this track.

Accessibility

  • Do not rely on color alone—include explicit text (“Success”, “Error”).
  • Important live updates can use role="alert" when appropriate.
  • Dismissible patterns need a visible control with an accessible name—Bulma does not ship JS for close buttons.

Self-check

  1. Which element wraps the main paragraph inside a message?
  2. When is a message more appropriate than a tag?

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

  • message vs notification—here?
  • delete button markup?

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