Day 1 Chapter 1 and 2 html & css:
- HTML describes the structures of web pages.
- Although often interchangable elements are made up of characters that results in contnet that provides the browser with information. Tags are containers for the elements and add meaning.
- Head: it acts as a header and contains info about the page; chapters in a book. Title: overview of the info on the page and is shown at the top of the browser; name of a book. Body: content on the page and shown in the main browser window; the story.
- Click view tab, click developer tab, click view source.
- h heading, there are 1-6 headings. 1 being the main, every number after denotes subheading. p paragraph of text. b makes characters bold. i, makes characters italic. sup superscript, suffixes on dates and math concepts, up high. sub subscuipt, footnotes or chemical formulas, low on a character.
- Empty elements are elements that do not have any words between tags
- Semantic markup does not affect the structure of the page but does
