Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 326 Bytes

File metadata and controls

11 lines (5 loc) · 326 Bytes
  1. Semantic HTML is a specific way to markup a page to make the code more readable, and easier to organize.

  2. Display: block; does not allow HTML elements next to it, but display: inline; aligns item on the same plane horizontally.

  3. Content, Padding, Border, Margin.

  4. Main Axis

  5. git commit -m "Your Message Here"