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/13 01:31]
114.119.158.251 old revision restored (2026/06/07 21:17)
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 37: Line 37:
   * 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 ====
Line 140: 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.1781339477.txt.gz · Last modified: 2026/06/13 01:31 by 114.119.158.251