Site Tools


notes:html_cheat_sheet

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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>
 <html> <html>
-  <head> <title> Title of page </title> </head> +<head> <title> Title of page </title> </head> 
-  <body background=url> This is my first webpage. </body>+<body background=url> This is my first webpage. </body>
 </html> </html>
 </code> </code>
Line 139: Line 139:
 <meta http-equiv="refresh" content="5" /> <meta http-equiv="refresh" content="5" />
 </code>   </code>  
-  * A simple script in a webpage <code html> 
-<body>  
-  <script type="text/javascript"> 
-    <!-- //to prevent display in older browsers 
-    document.write("Hello World!") 
-    //--> 
-  </script> 
-  <noscript>Javascript not supported</noscript> 
- </body> </code> 
-  * An object element with child param elements can also be used to embed content. 
- 
- 
notes/html_cheat_sheet.1781153346.txt.gz · Last modified: 2026/06/10 21:49 by 188.132.249.130