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/06/12 23:28] 150.5.132.42 old revision restored (2026/06/03 02:36) |
notes:html_cheat_sheet [2026/06/13 20:25] (current) 216.73.216.69 old revision restored (2026/06/12 06:20) |
||
|---|---|---|---|
| Line 16: | Line 16: | ||
| </ | </ | ||
| </ | </ | ||
| + | * HTML 4 comes in three versions : | ||
| + | * Strict which contains no deprecated elements or frames <code html> | ||
| + | < | ||
| + | " | ||
| + | " | ||
| + | * Transitional which includes deprecated elements <code html> < | ||
| + | " | ||
| + | " | ||
| + | * Frameset which includes deprecated elements and frames <code html>< | ||
| + | " | ||
| + | " | ||
| ==== HTML Components ==== | ==== HTML Components ==== | ||
| Line 113: | Line 124: | ||
| ==== Advanced HTML ==== | ==== Advanced HTML ==== | ||
| - | * HTML 4 comes in three versions : | ||
| - | * Strict which contains no deprecated elements or frames <code html> | ||
| - | < | ||
| - | " | ||
| - | " | ||
| - | * Transitional which includes deprecated elements <code html> < | ||
| - | " | ||
| - | " | ||
| - | * Frameset which includes deprecated elements and frames <code html>< | ||
| - | " | ||
| - | " | ||
| * Example style declaration in head <code html> | * Example style declaration in head <code html> | ||
| < | < | ||
| Line 131: | Line 131: | ||
| </ | </ | ||
| </ | </ | ||
| + | * <div> and < | ||
| + | * The head element of a page is not displayed. It may only contain the following tags: base (base url for links), link (external resources e.g.style-sheets), | ||
| + | * Examples of the meta tag <code html> | ||
| + | <meta name=" | ||
| + | <meta name=" | ||
| + | <meta name=" | ||
| + | <meta http-equiv=" | ||
| + | </ | ||