Difference between revisions of "HTML 2"

From FreekiWiki
Jump to navigation Jump to search
m (broad headings)
m (block and inline elements)
Line 1: Line 1:
 
= Images =
 
= Images =
 +
 
= Lists =
 
= Lists =
 +
 
= Tables =
 
= 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 =
 
= Forms =
 +
 
= Miscellany =
 
= Miscellany =

Revision as of 22:26, 18 September 2013

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