Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 594 Bytes

README.md

File metadata and controls

25 lines (12 loc) · 594 Bytes

Simple HTML Calculator Script

This is a basic calculator built using HTML, CSS, and JavaScript. It allows users to perform simple arithmetic operations like addition, subtraction, multiplication, and division.

Features:

✅ User-friendly interface

✅ Supports basic arithmetic operations (+, -, *, /)

✅ Responsive design, works on all devices

✅ Instant calculation without page reload

How It Works:

Users can click number buttons to enter values.

Click on operator buttons (+, -, *, /) to choose the operation.

Press "=" to get the result.

"C" button clears the input.