A big title goes here

the stuff at the top

This page grew out of downloaded example file from a book. It has all that header stuff at that top that we will be forever copying: the DOCTYPE stuff, and the mysterious charset=utf-8

This page uses two ways to specify style: a link to an external style sheet mylittle.css and internal specifications using

<style>
h1 {color: red}
</style>

Notice that when showing examples of html code we need to make a "less than" with <.

the body

Anybody can learn html and make a rudimentary web page, especially the stuff between the <body> and </body> tags. If you insist on a reference to get started, jump into this: Learning HTML for Kids! and for style sheets: UT CSS

More links

Note the style of the above h2 is now left and the color navy. Feel free to hack up this page!