The Page Body - Start and end tagsLet's take a quick look at that blank default.html file that you saved in the MYSITE folder. This time open it with your text editor. (Just opening it will give you a blank page.) It isn't really blank is it? Everything that will be visible to a visitor
will be between the Find the body start and end tags in your default.html file. They should be in the middle of all the other stuff. Add a few blank lines between them so you have some room to work. <body> </body> Let's start by just putting something in there between the body start and end tags as in the example below. <body> Save your default.html file and double click on it (or normal
open it). You should see something like..
|