A Small HTML Document

An Example Of An HTML Document: What You See In Your Browser:

<!DOCTYPE html>

  <html>

    <head>
      <title>Page Title</title>
    </head>

    <body>
      <h1>My First Heading</h1>
      <p>My first paragraph.</p>
    </body>

  </html>

View in Browser

Back button Table of Contents Next button