Help:Format: Difference between revisions
imported>HRWikiMirrorBot Reimported from hrwiki.org Wayback HTML→wikitext (full reconvert) |
imported>HRWikiMirrorBot Reimported from hrwiki.org Wayback HTML→wikitext (full reconvert) |
| (One intermediate revision by the same user not shown) | |
(No difference)
| |
Latest revision as of 04:58, 5 August 2026
Here's how to format text:
Logical and Physical Tags
These HTML tags can be used to format text by typing <tag>Text</tag>. The physical tags are used when you are merely concerned with appearance. When meaning is meant to be conveyed with the text decoration, use the logical tags.
| Physical Tag | Result | Logical Tag |
|---|---|---|
| bold | (strongly emphasized) | |
| italic | (normally emphasized) | |
| underline | (if inserted text is intended) | |
| strike | ||
| big | — | |
| small | — | |
| superscript | — | |
| subscript | — | |
| — | blockquote |
|
Colors
These color codes can be used to format text by typing Text. Either the hex code or the color name given can be used. Colors which are not listed should be specified with a hex code.
| Hexadecimal Value | Result | Name |
|---|---|---|
| #FF0000 | red | |
| #FF3300 | orange | |
| #FFFF00 | yellow | |
| #00FF00 | lime | |
| #00FFFF | cyan | |
| #0000FF | blue | |
| #003333 | dark cyan | |
| #FF00FF | fuchsia | |
| #FFFFFF | white | |
| #000000 | black |