Ex No: 8 | FIND AREA OF RECTANGLE |
---|---|
Aim: | To write a JavaScript code to find area of rectangle on clicking submit button. |
Algorithm | |
Step1: Create a folder “Ex8” to place the HTML files. | |
Step2: Create HTML file “index.html”. | |
Step3: Use document.getElementById to get value of input elements. | |
Step4: Use addEventListener method to add an event to handle Form Submittion. | |
Step5: Calculate area of rectangle and display the result. | |
Source Code | Try It |
index.html
|
|
Result: | Thus JavaScript code to find area of rectangle on clicking submit button. |