Which type of software is used to interpret client-side scripts when using a website?
Word processing
Browser
Database
Which example of an HTML tag would indicate to the browser that code that follows is either a script or will link directly to a JavaScript file?
˂javaScript˃
˂java˃
˂script˃
What name is given to scripting used to make web pages change after they arrive at the browser?
Client-side scripting
Server-side scripting
Off-line scripting
Which action could trigger an onmouseout event?
Moving the pointer out of the range of an element e.g. if the pointer is on an image, moving the pointer away from the image
Pressing one of the mouse buttons or tapping the screen on an element e.g. clicking on a button
Right clicking on an element
Which of the following actions could trigger an onmouesover event?
Releasing the mouse button or taking a finger off the touchscreen
Double clicking an element
Moving the pointer onto an element