This document provides an introduction to HTML (Hypertext Markup Language) and web page design fundamentals. It discusses what HTML is, the basic structure of an HTML document including the DOCTYPE, HTML, head and body tags. It describes HTML elements, attributes, entities and how to nest elements. The document outlines how to create an HTML page from scratch, including planning the design, combining HTML and text, saving the file, and viewing it in a browser. It also discusses adding metadata like the title, keywords and description to the head section and posting the finished page online.