Difference between revisions of "Sandbox"
From Creolista!
| Line 1: | Line 1: | ||
| − | <p> = opening tag for a paragraph | + | =using HTML= |
| − | </p> = closing tag for a paragraph | + | <p> = opening tag for a paragraph; </p> = closing tag for a paragraph |
| + | <p>Example: this is a very short paragraph.</p> | ||
| + | =using wiki syntax= | ||
| + | # To make a numbered list... | ||
| + | # Use # at the beginning of the line. | ||
| + | ## To add a layer, use two! | ||
| + | # 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? | |
| − | |||
| − | |||
| − | * | ||
| − | * | ||
| − | * | ||
Revision as of 15:30, 30 March 2015
using HTML
<p> = opening tag for a paragraph; </p> = closing tag for a paragraph
Example: this is a very short paragraph.
using wiki syntax
- To make a numbered list...
- Use # at the beginning of the line.
- To add a layer, use two!
- 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?