Skip to content

Stage 1 -- Header & Intro

Add the restaurant name and a tagline so the page has visible content for the first time.

What You'll Learn

  • How to add a heading with <h1>
  • How to add a paragraph with <p>
  • How heading levels communicate importance

Prerequisites

Complete Stage 0 -- HTML Skeleton. You should have a valid index.html with doctype, head, and body.

What Changes

One file is modified: index.html. Two elements are added inside the <body> -- a heading for the restaurant name and a paragraph for the tagline.

Outcome

Open index.html in your browser. You see "Burger Barn" as a large heading and "Handcrafted burgers, made fresh daily." as text below it. The page now has visible content.