|
|
| Line 1: |
Line 1: |
| <!-- Wayback HTML body (hrwiki.org); RawHtml --> | | <!-- Mirrored from Homestar Runner Wiki (hrwiki.org) via Wayback Machine --> |
| <html>
| | '''Here's how to format text:''' |
| <p><b>Here's how to format text:</b>
| |
| </p>
| |
| <a id="Logical_and_Physical_Tags" name="Logical_and_Physical_Tags"></a><h2> <span class="mw-headline">Logical and Physical Tags</span></h2>
| |
| <p>These HTML tags can be used to format text by typing <i><tag>Text</tag></i>. 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.
| |
| </p>
| |
| <table border="5" cellpadding="2" cellspacing="2" style="font-size:20px;text-align:center;" width="100%">
| |
| <tr bgcolor="#FFFF00">
| |
| <th width="33%"> Physical Tag </th><th width="33%"> Result </th><th width="33%"> Logical Tag
| |
| </th></tr>
| |
| <tr>
| |
| <td> <b> </td><td> <b>bold</b> </td><td> <strong><i>(strongly emphasized)</i></strong>
| |
| </td></tr>
| |
| <tr>
| |
| <td> <i> </td><td> <i>italic</i> </td><td> <em><i>(normally emphasized)</i></em>
| |
| </td></tr>
| |
| <tr>
| |
| <td> <u> </td><td> <u>underline</u> </td><td> <ins><i>(if inserted text is intended)</i></ins>
| |
| </td></tr>
| |
| <tr>
| |
| <td> <s> </td><td> <s>strike</s> </td><td> <del><i>(if deleted text is intended)</i></del>
| |
| </td></tr>
| |
| <tr>
| |
| <td> <br/><big><br/><br/> </td><td> <big>big</big> </td><td> —
| |
| </td></tr>
| |
| <tr>
| |
| <td> <small> </td><td> <small>small</small> </td><td> —
| |
| </td></tr>
| |
| <tr>
| |
| <td> <br/><sup><br/><br/> </td><td> super<sup>script</sup> </td><td> —
| |
| </td></tr>
| |
| <tr>
| |
| <td> <br/><sub><br/><br/> </td><td> sub<sub>script</sub> </td><td> —
| |
| </td></tr>
| |
| <tr>
| |
| <td> — </td><td> <blockquote>blockquote</blockquote> </td><td> <blockquote><i>(quoting a section of text)</i></blockquote>
| |
| </td></tr></table><br/>
| |
| <a id="Colors" name="Colors"></a><h2> <span class="mw-headline">Colors</span></h2>
| |
| <p>These <a href="/index.php?title=Help:Color_codes" title="Help:Color codes">color codes</a> can be used to format text by typing <i><span style="color:(color)">Text</span></i>. Either the hex code or the color name given can be used. Colors which are not listed should be specified with a hex code.
| |
| </p>
| |
| <table border="5" cellpadding="2" cellspacing="2" style="font-size:20px;text-align:center;" width="100%">
| |
| <tr bgcolor="#FFFF00">
| |
| <th width="33%"> Hexadecimal Value </th><th width="33%"> Result </th><th width="33%"> Name
| |
| </th></tr>
| |
| <tr>
| |
| <td> #FF0000 </td><td bgcolor="#FF0000"> </td><td> red
| |
| </td></tr>
| |
| <tr>
| |
| <td> #FF3300 </td><td bgcolor="#FF3300"> </td><td> orange
| |
| </td></tr>
| |
| <tr>
| |
| <td> #FFFF00 </td><td bgcolor="#FFFF00"> </td><td> yellow
| |
| </td></tr>
| |
| <tr>
| |
| <td> #00FF00 </td><td bgcolor="#00FF00"> </td><td> lime
| |
| </td></tr>
| |
| <tr>
| |
| <td> #00FFFF </td><td bgcolor="#00FFFF"> </td><td> cyan
| |
| </td></tr>
| |
| <tr>
| |
| <td> #0000FF </td><td bgcolor="#0000FF"> </td><td> blue
| |
| </td></tr>
| |
| <tr>
| |
| <td> #003333 </td><td bgcolor="#003333"> </td><td> dark cyan
| |
| </td></tr>
| |
| <tr>
| |
| <td> #FF00FF </td><td bgcolor="#FF00FF"> </td><td> fuchsia
| |
| </td></tr>
| |
| <tr>
| |
| <td> #FFFFFF </td><td bgcolor="#FFFFFF"> </td><td> white
| |
| </td></tr>
| |
| <tr>
| |
| <td> #000000 </td><td bgcolor="#000000"> </td><td> black
| |
| </td></tr></table><br/>
| |
|
| |
|
| | == 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. |
|
| |
|
|
| | {| class="wikitable" style="width:100%;" |
| <div class="visualClear"></div>
| | |- |
| </html> | | ! Physical Tag |
| | ! Result |
| | ! Logical Tag |
| | |- |
| | | <b> |
| | | '''bold''' |
| | | <strong>''(strongly emphasized)''</strong> |
| | |- |
| | | <i> |
| | | ''italic'' |
| | | <em>''(normally emphasized)''</em> |
| | |- |
| | | <u> |
| | | underline |
| | | <ins>''(if inserted text is intended)''</ins> |
| | |- |
| | | <s> |
| | | strike |
| | | <del>''(if deleted text is intended)''</del> |
| | |- |
| | | <br /><big><br /><br /> |
| | | big |
| | | — |
| | |- |
| | | <small> |
| | | small |
| | | — |
| | |- |
| | | <br /><sup><br /><br /> |
| | | superscript |
| | | — |
| | |- |
| | | <br /><sub><br /><br /> |
| | | subscript |
| | | — |
| | |- |
| | | — |
| | | blockquote |
| | | <blockquote>''(quoting a section of text)''</blockquote> |
| | |} |
| | |
| | == Colors == |
| | |
| | These [[Help:Color codes|color codes]] can be used to format text by typing ''<span style="color:(color)">Text</span>''. Either the hex code or the color name given can be used. Colors which are not listed should be specified with a hex code. |
| | |
| | {| class="wikitable" style="width:100%;" |
| | |- |
| | ! 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 |
| | |} |
| | [[Category:Help]] |
|
| |
|
Here's how to format text:
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
|
(if deleted text is intended)
|
|
big
|
—
|
|
|
small
|
—
|
|
superscript
|
—
|
|
subscript
|
—
|
| —
|
blockquote
|
(quoting a section of text)
|
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
|