Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 397 Bytes

HTML and CSS spike.md

File metadata and controls

18 lines (10 loc) · 397 Bytes

HTML and CSS spike

HTML三大基本元素

  • Top level element

    • something like html, body, frameset
  • Block element

    • just like p, h1~h6, div, ul and so on...
  • Inline element

    • just like a, br, em, img, li, span

Ref