##HTML & CSS Quiz: Chapter 1 & 2
- On a website, what is the purpose of HTML code?
- The HTML code of a website provides the structural skeleton for the page.
- What is the difference between an element and a tag?
- Most elements have 2 tags, an opening and closing tag. The opening tag can contain various attributes about the element.