DAY 1
- On a website, what is the purpose of HTML code? HTML is the information/instructions for a browser to follow in order to display the website itself.
- What is the difference between an element and a tag? Tags are the indicators that specify the type of information within them, and elements are the actual content within the tags.
- Why do we use attributes in HTML elements? Attributes are used to specify for the browser more information about the element within a tag.
- Describe the purpose of the head, title, and body HTML elements. Head elements are information about the page, similar to the metadata of an MP3 file. The title is a tag used within the head element, that the browser reads to display in the tab/browser window bars, as opposed to being displayed on the website itself. Anything contained as a body element will be used as instructions for what the website will actually display within the man browser window.
- In your browser (Chrome), how do you view the source of a website?