Create an HTML Document

  1. Create a folder on your server
  2. Label it Web Class
  3. Open Word Pad
  4. Copy and paste or you can type the code below
  5. Save it as index.html
  6. Change the file type to Text Document
  7. Save to the Web Class folder
  8. Close it
  9. Open the document by double clicking on it from the Web Class folder
  10. Show ME. . . Ms. Hunt to get your points!

Viola! You're done!

 

<html> <head> <TITLE>A Simple HTML Example</TITLE> </head> <body> <H1>HTML is Easy To Learn</H1> <P>Welcome to the world of HTML. This is the first paragraph. While short it is still a paragraph!</P> <P>And this is the second paragraph.</P> </body> </html>