HTML Cheatsheet

Submitted by law on Sat, 03/24/2007 - 15:56.

Convention: << code >> where << and >> should be single instances, code is the html code, and no spaces are used. An underscore indicates a required space.

Showing code, followed by result.

  1. Links

    << a_href="http://www.notebookhacks.com" >>HOME<< /a >>

    HOME

  2. Font Attributes
    • Bold

      << strong >> Example << /strong >>

      Example

    • Italic

      << em>> Example << /em>>

      Example

  3. Paragraph Attributes
    • Citation (Quote)

      << Cite>> Now is the time for all good men ... << /cite>>

      Now is the time for all good men ...

( categories: )