Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
notes:html_cheat_sheet [2008/08/15 02:19] smthng |
notes:html_cheat_sheet [2008/08/15 02:59] (current) smthng |
||
---|---|---|---|
Line 65: | Line 65: | ||
* <code html> | * <code html> | ||
< | < | ||
+ | < | ||
< | < | ||
< | < | ||
</ | </ | ||
* A table with border 0 can be used to format the layout of a page. | * A table with border 0 can be used to format the layout of a page. | ||
+ | * A table can also be in the form: < | ||
+ | * To set attributes of columns in a table, a colgroup with column entries can be used e.g. <code html> | ||
+ | <table border=" | ||
+ | < | ||
+ | <col width=" | ||
+ | <col width=" | ||
+ | </ | ||
+ | </ | ||
==== Forms ==== | ==== Forms ==== |