Okay, lets get some text in the body.

Common tags for text are h1, h2 etc for headings, and p for paragraph.

Type in a heading 1 tag and "Learning HTML" (without quotes)

Don't forget your end tag with a slash !

Now try a paragraph tag and type
"This is much easier than I thought it would be." (without quotes)

Oooops !! We want to center the text so that it looks good on a web page.

Lets go back and do that now.

Inside the h1 tag - type in align="center"

Make sure there is 1 space between the 1 and the word align and no spaces for the rest

Now try it with the p tag.

|NEXT|