HTML/CSS Day 1

HTML

HTML

  • Is interpreted by our browser
  • Gives our webpage shape and structure.

CSS

CSS

  • CSS gets added onto HTML to create the look of a web page.
  • CSS gives our web page style.

HTML Elements

Building Blocks

CSS Properties

Giving our page style rules to follow

Box Model

Content-Box

Default

  • Width and height include only content
  • Border, padding, margin NOT included

Border-Box

  • Width and height include content, padding, and border
  • NOT margin

Float and Clear

HTML/CSS

By Brett Caudill

HTML/CSS

  • 657