Answer these Check for Understanding questions as you work through the assignments.
- What is HTML?
- HTML stands for Hyper Text Markup Language and is used to create web pages. Consisting of elements, this language structures a web page and tells a browser how to display content.
- What is an HTML element?
- HTML elements have tags. This tag specifies between headings, paragraphs, links, images, etc. Ex (, , ).An element has a start tag as well as an end tag. The element is everything in between the start and end tag, even though some elements have no content (i.e. ).