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 [2026/07/20 02:33] 114.119.135.37 old revision restored (2008/08/14 04:28) |
notes:html_cheat_sheet [2026/07/24 16:43] (current) 84.255.184.65 old revision restored (2026/07/06 11:37) |
||
|---|---|---|---|
| Line 11: | Line 11: | ||
| * A simple HTML web page | * A simple HTML web page | ||
| <code html> | <code html> | ||
| + | < | ||
| < | < | ||
| - | < | + | |
| - | <body background=url> | + | <body background=url> |
| </ | </ | ||
| </ | </ | ||
| Line 37: | Line 38: | ||
| * Attribute values should always be either single or double-quoted. | * Attribute values should always be either single or double-quoted. | ||
| * Element and attribute names are not sensitive but lowercase names are recommended and required in XHTML. | * Element and attribute names are not sensitive but lowercase names are recommended and required in XHTML. | ||
| + | * Standard attributes valid for most elements include: class, id, title, style, lang. | ||
| ==== Formatting Tags ==== | ==== Formatting Tags ==== | ||