Events: ======= 1) onclick: =========== ==> can allowed to perform some action/actions after the click 2) onload: ========== ==> can allowed to perform some action/actions after the loading of the page or image. 3) onkeyup: =========== ==> help to perform the actions while releasing the key 4) onblur: ========== ==> actions can be performed when the element in blur state. Changing/applying the color to the text in run-time/dynamically: =================================================================