Detailed introduction to div and span html block-level elements in html5

黄舟
Release: 2017-06-18 13:22:18
Original
3315 people have browsed it

HTML

and

  • ##HTMLList

  • HTMLClass

HTML elements can be combined using

and.

HTML Block Element

##MostHTMLelements are defined as block-level elements orinline elements.

Editor's note:"Block-level elements"Translated asblock level element,"inline element"is translated asinline element.

Block-level elements usually start (and end) with a new line when displayed by the browser.

##Example:

,

,