Training

Chapter 4 常用元素

Block Elements and Inline Elements

  • Block-level Element
    • A block-level element always starts on a new line and takes up the full width available (stretches out to the left and right as far as it can).
      • <div>
      • <h1> - <h6>
      • <p>
      • <form>
  • Inline Element
    • An inline element does not start on a new line and only takes up as much width as necessary.
      • <span>
      • <a>
      • <img>

Elements

  • html
  • head
  • meta
  • title
  • link
  • script
  • style
  • body
  • div
  • span
  • h1~h6
  • p
  • a
  • img
  • pre
  • br
  • ul li
  • ol li
  • dl dt dd
  • table tr th td
  • form
  • input
  • select
  • textarea
  • button
  • !doctype
  • html entity