Table (HTML): Difference between revisions

Content deleted Content added
Tarikash (talk | contribs)
correction : minor
Simple Table: added sample display from WIki code and a note
Line 109:
&#60;/tr> <br />
&#60;tr> <br />
"&#60;td> Data Cell: Row3 Column1 &#60;/td> &#60;td> Data Cell: Row3 Column1 &#60;/td> <br />
&#60;/tr> <br />
&#60;/table>
Line 129:
</tt>
|}
Display from Wiki code:
'''Note:''' To display &#124; (pipe symbol), &#60; (less than sign), &#33; (exclamation mark), &#123; (beginning second/curly bracket) in wiki table, you should use following HTML decimal or entity codes: '''&#124;''' (&amp;#124;), '''&#60;''' (&amp;#60; or &amp;lt;), '''&#33;''' (&amp;#33;), '''&#123;''' (&amp;#123;), '''&#125;''' (&amp;#125;). For more, see [[Windows Alt keycodes]].
 
{| border="1"
! Header Cell: Column 1 !! Header Cell: Column 2
|-
| Data Cell: Row2 Column1 || Data Cell: Row2 Column1
|-
| Data Cell: Row3 Column1 || Data Cell: Row3 Column1
|}
:'''Note:''' "'''!'''" in header row causes bold display.
:'''Note:''' To display &#124; (pipe symbol), &#60; (less than sign), &#33; (exclamation mark), &#123; (beginning second/curly bracket) in wiki table, you should use following HTML decimal or entity codes: '''&#124;''' (&amp;#124;), '''&#60;''' (&amp;#60; or &amp;lt;), '''&#33;''' (&amp;#33;), '''&#123;''' (&amp;#123;), '''&#125;''' (&amp;#125;). For more, see [[Windows Alt keycodes]].
 
==CAPTION==