HTML 2

From FreekiWiki
Revision as of 22:26, 18 September 2013 by Bsandberg (talk | contribs) (block and inline elements)
Jump to navigation Jump to search

Images

Lists

Tables

Blocks

HTML Block Elements

Block level elements normally start (and end) with a new line when displayed in a browser.

  • h1
  • p
  • ul
  • table

HTML Inline Elements

Block level elements normally start (and end) with a new line when displayed in a browser.

  • b
  • a
  • img
  • td

Forms

Miscellany