This is my Mod O technical capstone
On a website, what is the purpose of HTML code? It tells the browser information that sits between the open and closed bracket.
What is the difference between an element and a tag? An element typically has an open and close tag. The element tells the browser information that sits between an open and closing tag which act like containers
Why do we use attributes in HTML elements? They provide more information on the function of an element
Describe the purpose of the head, title, and body HTML elements. The body is the information that is shown on the webpage. The title is the information shown in at the top of the webpage above the URL. The head shows information about the page and isnt shown on the display results