This is my first web page! Below are my notes on learning html.
"DOCTYPE htlm" is a document type declaration, a opening tag that tells the browser everything between that and the "/html" closing tag is an HTML doc.
The stuff between "body" and "/body" is the contect of the document, that will appear on the browser.