Answer these Check for Understanding questions as you work through the assignments.
What is HTML? Stand for hyper text markup language, common language used by browser to render text. describes the structure of a webpage.
What is an HTML element? defined by start tag, content, end tag. The wrappers of content. not all have end tags.