Create A Web Page With HTML5 Boilerplate

Level

HTML5 Boilerplate is a minimal starting point for a website. It provides sane defaults and compatibility fixes so you can just start coding styles and html.

As you go through this exercise, take the time to learn about the included files and read the docs to get familiar with the common tools and techniques under the hood.

Before you begin

Sketch out a basic web page you want to build.

Design a header, footer, and layout with content that will be easy to write and fun to work with.

Instructions

  1. Get the latest H5BP.
  2. Start local development
    • npm run start
  3. Add markup to index.html
  4. Add styles to main.css