Talk:Table (HTML)
What to include in this page/article ?
This article is to contain/display info on the HTML/CSS/XHTML table. As info on wiki table can be found in Help:Table, this page will contain info on html table mostly, equivalent wiki table code can be placed too. But please focus on real / actual HTML/CSS/XHTML table. Thanks. ~ Tarikash.
How to display HTML Table Codes ?
HTML code displayed at the left side generates the right side table: | ||||
<tt> |
| |||
Note: <tt>...</tt> HTML tags were used with the codes to display the codes with fixed width text/font, for easy reading. | ||||
To display the above, left side code, on a web page, use (or enter) below codes in the edit box when you're editing web page, by replacing the < (less than sign) with < (HTML decimal code) or, replacing it with < (HTML entity code) and replace only those / (forward slash) which are before the > (greater than) symbol with /. For more on HTML decimal, hexadecimal codes, please see Windows Alt codes. HTML tag <br /> is used, to display (or bring) next codes, starting from the next line. | ||||
<tt> | ||||
Above codes are using HTML entity codes to display space characters. If you want to start a line after one or more spaces, then use (or,  ) by replacing each space character. |
How to display Wiki Table markup Codes ?
Wiki table markup code displayed at the left side generates the right side table: | ||||
<tt> |
| |||
Note: <tt>...</tt> HTML tags were used with the codes to display the codes with fixed width text/font, for easy reading. | ||||
To display the above, left side code, on a web page, use (or enter) below codes in the edit box when you're editing web page, by replacing each | (pipe symbol) with | (HTML decimal code), replace { (beginning curly/second bracket) with { and replace } (closing curly/second bracket) with }. For more on HTML decimal, hexadecimal codes, please see Windows Alt codes. To display the wiki image markup code, replace [ (beginning third bracket) with [ and replace ] (closing third bracket) with ]. HTML tag <br /> is used, to display (or bring) next codes, starting from the next line. | ||||
<tt> |