~HTML Coding (HyperText Markup Language), is lines of code known as the basic language used for documents that are designed to be displayed on a web browser. It quite literally makes up the entire web page, and is whats shown as the final product of code.
<head> - Gives the location of the page where text will be entered. (top of the page)
<body> - Gives the location of the page where text will be entered. (middle of the page)
<title> - Leaves space to enter text, this is what the title on the page will be.
"background" - Entered in code, can be set as a jpg.
"align" - Entered in code, used to align the pages text.
"width" - Entered in code, used to make the text volume/page size bigger or smaller.