JavaScript Examples for Practice
Examples
>> Bottom
Tasks
- Task 1 - Create a web page containing three images. When the user hovers over an image generate a border around the image.
- Task 2 - Changing the webpage background color dynamically by accessing the body element
- Task 3 - Changing the webpage background color dynamically by changing the stylesheets
- Task 4 - Changing the style of the page dynamically by changing the stylesheets. Maintain javascript and css information in seperate files.
- Task 5 - Create a mini calculator and implement + and - operations