Computer Science, asked by RenuHaryan, 2 months ago

how to make a calculator by using CSS, html and javascript​

Answers

Answered by aadarshdwivedi000
1

Answer:

The first <div> with a class="calculator" is the calculators body.

Inside that, we had an <input> element with type="text" and class="display" . This is our display screen. ...

Then we had a <div> with class="keys" . This is the div that is going to hold our keys.

Answered by Anonymous
3

to make a calculator by using CSS, html and javascript....

follow this steps:-

1.The first <div> with a class="calculator" is the calculators body.

2.Inside that, we had an <input> element with type="text" and class="display" . This is our display screen. ...

3.Then we had a <div> with class="keys" . This is the div that is going to hold our keys.

Similar questions