Create the home page


Create the home page
  1. Create a folder called graphics inside the Travel folder.
  2. Click this link:

    www.inpics.net/files/html/travelpic

    Capture the graphic there (uva.gif) and save it in the graphics folder.
  3. In index.html, replace the word content with the heading:

    Traveling South

  4. Insert the graphic beneath the heading:

    Traveling South

  1. Under the graphic, add the following paragraph:

    If you've got a couple of weeks for vacation, you might want to visit the South. Richmond, Williamsburg, and Charleston are all beautiful cities.

  2. In the links area, replace the word links with the names of this site's main sections:

    Richmond

    Williamsburg

    Charleston
  3. Make each word a paragraph.

    The HTML code for the page should look like this:






    Traveling South

    If you've got a couple of weeks for vacation, you might want to visit the South. Richmond, Williamsburg, and Charleston are all beautiful cities.


Save index.html, then reload it in the browser.

It should look like this:




Web Layout HTML & CSS