Placing HTML Headings in Your Document

  1. Re-open your workspace (if not already opened).
  2. Using Notepad, open the history.html file you created in lesson 01_01

First, we will use a header tag to display the title as the biggest header, <H1>. Enter the following tag after the <body>tags:

<h1>A History of the Internet</h1>

  1. Create other headings for future sections of your History of The Internet page. Enter the following headings inside the body of your web page (Note that some are H3 and others are H2 tags):

<H3>By your name </H3>

<h2>Introduction</h2>

<h2>ARPANET</h2>

<h2>CSNET</h2>

<h2>NSFNET</h2>

<h2>CERN</h2>

<h2>InterNIC</h2>

<h2>INTERNET</h2>

<h3>References</h3>

  1. Save changes in your text editor.
  2. Return to your web browser, Open and Reload the HTML file.