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/03 02:19]
65.108.103.51 old revision restored (2026/06/03 01:33)
notes:html_cheat_sheet [2026/06/07 15:58] (current)
213.194.156.245 old revision restored (2026/05/29 22:46)
Line 125: Line 125:
   * Other common symbols include: cent ¢, pound £, yen ¥, euro €, copy ©, times ×, div ÷, reg ®, sect §   * Other common symbols include: cent ¢, pound £, yen ¥, euro €, copy ©, times ×, div ÷, reg ®, sect §
  
-==== The HEAD Element ====+==== HTML Head ====
   * The head element of a page is not displayed. It contains information about the document.   * The head element of a page is not displayed. It contains information about the document.
   * It may only contain the following tags: base (base url for links), link (external resources e.g.style-sheets), meta, title, style, and script.   * It may only contain the following tags: base (base url for links), link (external resources e.g.style-sheets), meta, title, style, and script.
Line 157: Line 157:
   * accesskey (character) and tabindex (integer) attributes can be used to make a page keyboard-friendly.   * accesskey (character) and tabindex (integer) attributes can be used to make a page keyboard-friendly.
  
 +  * Events allow scripts to be registered for certain user actions. There are four types of events : 
 +    * window events are only valid in a body or frameset element: onload, onunload. 
 +    * form element events: onchange, onselect, onreset, onsubmit, onblur, onfocus 
 +    * keyboard events: onkeydown, onkeypress, onkeyup 
 +    * mouse events: onclick, ondblclick, onmousedown, onmousemove, onmouseup, onmouseover, onmouseup
notes/html_cheat_sheet.1780478393.txt.gz · Last modified: 2026/06/03 02:19 by 65.108.103.51