前端学习笔记 --- HTML

Block-level Elements

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).

Examples of block-level elements:

  • <div>
  • <h1> - <h6>
  • <p>
  • <form>

Inline Elements

An inline element does not start on a new line and only takes up as much width as necessary.

Examples of inline elements:

  • <span>
  • <a>
  • <img>

 

posted @ 2016-09-06 17:20  zhongzhiqiangZz  阅读(132)  评论(0编辑  收藏  举报