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 < symbol with < (HTML decimal code) and replace only those / which are before the > 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 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. |