Content deleted Content added
→Simple Table: added sample display from WIki code and a note |
→Simple Table: highlighting ! mark/symbol, inside the codebox, and, few other minor appearance improvement & correction |
||
Line 88:
{| border="0" width="100%"
| width="33%" |
A simple table is displayed (at right side), using HTML code''':'''
|
<table border="1">
Line 109:
</tr> <br />
<tr> <br />
</tr> <br />
</table>
Line 121:
<tt>
{| border="1" <br />
'''!''' Header Cell: Column 1 '''!!''' Header Cell: Column 2 <br />
|- <br />
| Data Cell: Row2 Column1 || Data Cell: Row2 Column1 <br />
Line 129:
</tt>
|}
Below Table is displayed by using Wiki-markup code''':'''
{| border="1"
Line 138 ⟶ 140:
| Data Cell: Row3 Column1 || Data Cell: Row3 Column1
|}
:'''Note:''' "'''!'''" in header row causes bold display.
:'''Note:''' To display '''|''' (pipe symbol), '''<''' (less than sign), '''!''' (exclamation mark), '''{''' (beginning second/curly bracket) in wiki table, you should use following HTML decimal or entity codes: '''|''' (<tt>&#124;</tt>), '''<''' (<tt>&#60;</tt> or <tt>&lt;</tt>), '''!''' (<tt>&#33;</tt>), '''{''' (<tt>&#123;</tt>), '''}''' (<tt>&#125;</tt>). For more, see [[Windows Alt keycodes]].
==CAPTION==
|