Create an HTML Document
- Create a folder on your server
- Label it Web Class
- Open Word Pad
- Copy and paste or you can type the code below
- Save it as index.html
- Change the file type to Text Document
- Save to the Web Class folder
- Close it
- Open the document by double clicking on it from the Web
Class folder
- 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>