Chapters 1 & 2
On a website, what is the purpose of HTML code? To frame webpage elements What is the difference between an element and a tag? tags label elements and act as a point of reference in the code Why do we use attributes in HTML elements? to further define elements and their attribtes or attributes tell us more about elements Describe the purpose of the head, title, and body HTML elements. body - everything insdie this element is shown in the main browser window