| Ex No: 13 | FIND AREA OF RECTANGLE |
|---|---|
| Aim: | To write a JavaScript code to find area of rectangle on clicking submit button. |
| Algorithm | |
| Step1: Create a folder “Ex13” 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 | |
index.html
|
|
| Result: | Thus JavaScript code to find area of rectangle on clicking submit button. |