User:Eric Martz/Sandbox 5: Difference between revisions
Eric Martz (talk | contribs) No edit summary |
Eric Martz (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
Colors are usually easier to see in boldface. You can use either HTML or wikitext bold markup: | Colors are usually easier to see in boldface. You can use either HTML or wikitext bold markup: | ||
*<nowiki><font color="red"><b>red text</b></font>.</nowiki> displays: <font color="red"><b>red text</b></font>. | *HTML: <nowiki><font color="red"><b>red text</b></font>.</nowiki> displays: <font color="red"><b>red text</b></font>. | ||
*<nowiki><font color="red">'''red text'''</font>.</nowiki> displays: <font color="red">'''red text'''</font>. | *Three single quotes: <nowiki><font color="red">'''red text'''</font>.</nowiki> displays: <font color="red">'''red text'''</font>. | ||