Difference between revisions of "Sandbox"

From Creolista!
Jump to: navigation, search
(using HTML)
Line 3: Line 3:
 
*</p> = closing tag for a paragraph
 
*</p> = closing tag for a paragraph
 
*<br /> = opening and closing tag for a line break.
 
*<br /> = opening and closing tag for a line break.
 +
 +
----
  
 
<p>Example:  this is a very short paragraph.</p>
 
<p>Example:  this is a very short paragraph.</p>
  
 +
 +
----
  
 
<p>Example:  this is a very short paragraph<br />
 
<p>Example:  this is a very short paragraph<br />

Revision as of 16:35, 30 March 2015

using HTML

  • <p> = opening tag for a paragraph
  • </p> = closing tag for a paragraph
  • <br /> = opening and closing tag for a line break.

Example: this is a very short paragraph.



Example: this is a very short paragraph

with two line breaks

using wiki syntax

  1. To make a numbered list...
  2. Use # at the beginning of the line.
    1. To add a layer, use two!
    2. You can even do it twice.
    3. or three times.
  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!
      • or three.
  • Pretty simple, huh?