This element indicates that the enclosed text should be displayed in boldface.
| onclick |
Indicates that the element has been clicked. |
| ondblclick |
Indicates that the element has been double-clicked. |
| onkeydown |
Indicates that a key is being pressed down with focus on the element. |
| onkeypress |
Describes the event of a key being pressed and released with focus on the element. |
| onkeyup |
Indicates that s key is being released with focus on the element. |
| onmousedown |
Indicates the press of a mouse button with focus on the element. |
| onmousemove |
Indicates that the mouse has moved while over the element. |
| onmouseout |
Indicates that the mouse has moved away from an element. |
| onmouseover |
Indicates that the mouse has moved over an element. |
| onmouseup |
Indicates the release of a mouse button with focus on the element. |