how to style an onclick to highlight a box when mouse hovers code example
Example 1: css clicked event
CSS clicked event
:active {
css declarations;
}
Example 2: simple alert program in javascript
alert("this is the alert")
CSS clicked event
:active {
css declarations;
}
alert("this is the alert")