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/10 21:49] 188.132.249.130 old revision restored (2026/05/28 00:59) |
notes:html_cheat_sheet [2026/06/13 20:25] (current) 216.73.216.69 old revision restored (2026/06/12 06:20) |
||
|---|---|---|---|
| Line 12: | Line 12: | ||
| <code html> | <code html> | ||
| < | < | ||
| - | | + | < |
| - | <body background=url> | + | <body background=url> |
| </ | </ | ||
| </ | </ | ||
| Line 139: | Line 139: | ||
| <meta http-equiv=" | <meta http-equiv=" | ||
| </ | </ | ||
| - | * A simple script in a webpage <code html> | ||
| - | < | ||
| - | <script type=" | ||
| - | <!-- //to prevent display in older browsers | ||
| - | document.write(" | ||
| - | //--> | ||
| - | </ | ||
| - | < | ||
| - | </ | ||
| - | * An object element with child param elements can also be used to embed content. | ||
| - | |||
| - | |||