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/29 02:17] 173.225.242.182 old revision restored (2026/07/10 06:28) |
notes:html_cheat_sheet [2026/07/31 17:43] (current) 47.77.232.228 old revision restored (2026/05/28 00:59) |
||
|---|---|---|---|
| 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. | ||
| + | |||
| + | |||