- On a website, what is the purpose of HTML code?
- What is the difference between an element and a tag?
- Why do we use attributes in HTML elements? --Attributes tell us more about elements by providing addition information, appearing on the opening tag
--"HTML describes the structure of pages"
--elements are the peices of code that differentiate the structure on the page, the tags are the opening and closing brackets that make up the elements. "Stricly speaking an element comprises the opening, tag is the closing and everything in between"