HTML Practice #1

  1. Open notepad and create a web page!
  2. Include HTML, HEAD, and BODY tags to set up the basic sections of a web page.
  3. Include the TITLE tag (within the HEAD tag) and make your title text: My Favorite Vacation
  4. Within the body section, add the following heading (heading size 1): My Favorite Vacation.
  5. After the heading text, insert a HORIZONTAL RULE.
  6. Next, include a paragraph, using the paragraph tag to give 3-5 sentences describing your favorite vacation. Watch your spelling and grammar!
  7. Save the document into your B232 Web Page Design/Intro folder.
  8. This will not be your home page so you do not need to save this page as index.html. However, do make sure you save the document with the htm extension. Name the file practice1.htm.
  9. From My Computer, open up your web page to view in the browser.

CLOSE WINDOW