I knew that "HTML" is short for "Hypertext Markup Language", but I never asked what these words mean...
Hypertext -> fancy word for "you have links to other documents"
Markup -> assigning particular meaning to particular parts of the text, such as "important" <I> <B>, "heading", <H1> - <H6>, code <CODE>, etc., instead of having only plain-text
Language -> obviously