Skip to main content

Posts

Showing posts with the label Calculator

How To Make A Glassmorphism Calculator Using HTML CSS & Vanilla Javascript

HOW TO MAKE A GLASSMORPHISM CALCULATOR USING                         HTML CSS & VANILLA JAVASCRIPT Calculator: The first solid-state electronic calculator was created in the early 1960s. Pocket-sized devices became available in the 1970s, especially after the Intel 4004, the first microprocessor, was developed by Intel for the Japanese calculator company Busicom. They later became used commonly within the petroleum industry(oil and gas) In this post, we will create a simple calculator for use on the web with the help of HTML, CSS, and javascript                                           [ HTML ] <!DOCTYPE html> <html lang="en"> <head> <!-- Designed By Coding Bihar -->  <meta charset="UTF-8">     <title>Calculator Example | Coding Bihar </title> ...