Help:Basic text formatting
From CurriculumWiki
Hint: You can open a new web browser window to create your account and leave this window opened to this Help page. In Internet Explorer, you can open a new window by pressing and holding ctrl and then pressing the n key. In Safari, you can open a new window by pressing command-n or a new tab by pressing command-t.
| What it looks like | What you type |
|---|---|
|
You can emphasize text by putting two apostrophes on each side. Three apostrophes will emphasize it strongly. Five apostrophes is even stronger. | You can ''emphasize text'' by putting two apostrophes on each side. Three apostrophes will emphasize it '''strongly'''. Five apostrophes is '''''even stronger'''''. |
|
A single newline has no effect on the layout. But an empty line starts a new paragraph. Also, the HTML paragraph tagStarts a new paragraph. | A single newline has no effect on the layout. But an empty line starts a new paragraph. Also, the HTML paragraph tag<p> Starts a new paragraph. |
|
You can use the HTML break tag | You can break lines<br> without starting a new paragraph.<br> Please use this sparingly. |
|
You can use the HTML division tag to format a block of text.
| You can use the HTML division tag <div style="font-size:200%;padding:.1em; color:#F7941D">to format a block of text.</div> |
|
HTML tags are also useful for special formatting: Put text in a typewriter font.
The same font is generally used for
Superscripts and subscripts: X2, X2 | HTML tags are also useful for special formatting: Put text in a <tt>typewriter font</tt>. The same font is generally used for <code>computer code</code>. <strike>Strike out</strike> or <u>underline</u> text, or write it <span style="font-variant:small-caps"> in small caps</span>. Superscripts and subscripts: X<sup>2</sup>, X<sub>2</sub> |
|
You should "sign" your comments on talk pages: | You should "sign" your comments on talk pages: : Three tildes gives your user name: ~~~ : Four tildes give your user name plus date/time: ~~~~ : Five tildes gives the date/time alone: ~~~~~ |

