A simple web page: Writing your HTML

  1. Getting started
  2. A simple web page

When you create the HTML for your web page, you’ll want to create it structurally, without regard for layout. There are many different kinds of browsers reading your page; the HTML is not read just by browsers that render the HTML to the screen. Put the elements of your page in the order that they should be read, not in the order that they should be rendered to the screen.

  1. Getting started
  2. A simple web page