The screen shot you see below shows two tags you must have in your
This example is a complete web page and can be saved as an html file.
source code. The [HTML] tag tells your computer that this is the
beginning of a web page. The [/HTML] tag tells your computer that
this is the end of your web page. The [BODY] tag begins the main
body of the page, (the part people can see). The [/BODY] tag tells
your computer that this is the end of the main body of your page.
It will appear as just a blank page if opened in your web browser.
But before you can use this text file as a web page you must save
it in html format. That of course is...