Meeting Notes:
- HTML notes
- The head element will not be displayed to users
- h1, h2, and h3 elementsare different text header sizes with 1 being the biggest and 3 the smallest
- b element is simply to make text bold
while strong will also make text higher in
imporatance.
Still visually the same. (ex. bold vs importance) - i element is simply to make text italicized
while em will also make text higher in
importance.
Still visually the same. (ex. italics vs importance) - CSS notes
- Descendant combinator can be any level of child but shild combinator needs to be child one level down
- Adjacent sibling combinator(element+element) targets second element if in imediately follows first