#Day One
##HTML and CSS Chapters 1 and 2
- The purpose of HTML code on a website is to describe the structure of a webpage.
- An HTML tag is characters between angled brackets that tell us something about how the elements between the opening and closing tags will be rendered. An HTMl element is the opening and closing tag and the content between it.
- We use attributes in HTML elements to supply extra information about the elements in the code.
- The Title element in HTML is used to create a title in the browser tab. The Head element is used to show information about the page. This is where you will find the Title element. The Body element is where the content of the page is shown in the browser.
- You can view the source of a website (in Chrome) by right-clicking anywhere on the browser page and selecting 'View Page Source'.
- HTML Elements