Sandbox

From Creolista!
Revision as of 16:30, 30 March 2015 by WikiSysop (talk | contribs)
Jump to: navigation, search

using HTML

<p> = opening tag for a paragraph; </p> = closing tag for a paragraph

Example: this is a very short paragraph.


using wiki syntax

  1. To make a numbered list...
  2. Use # at the beginning of the line.
    1. To add a layer, use two!
  3. That's how you make a numbered list.
  • To make a "bullet" list..
  • Use an asterisk (*) at the beginning of the line.
    • To add a layer, use two!
  • Pretty simple, huh?