Learning to Copy and Paste:
<HTML>
<HEAD>
<TITLE> type_Document_Title_here </TITLE>
</HEAD>
<BODY>
Information goes here.
</BODY>
</HTML>
Now go up in the document (HTML code) above between the lines and highlight the whole thing from the HTML (opening tag) to the HTML (closing tag)....you do that by clicking on the HTML (open tag).....hold down the left mouse button drag it to the bottom of the HTML (close tag) and you will see all of that text turn a different color.

What you have just learned is to copy and paste....this technique is going to be your best friend in writing your HTML documents. Since HTML is a standard there are standard things you will always use in writing your pages. So keeping those things in tiny clips or macros will be a real time saver.
You might even want to consider making a wordpad document with these tiny clips of code, name it macros.rtf and store it in your newly created 0html folder. You can add to this document things you especially like plus notes on why you like them or special things that you may have to do to make the code work/change.

