Posts

Showing posts from May, 2021

Calculator in HTML and CSS ( Attractive Calculator Design using HTML and CSS ).

Image
  Calculator in HTML and CSS :  Hello Viewers आज हमलोग HTML & CSS की help से Calculator Design करना सीखेंगे। अगर आप Step by Step समझ कर सीखना चाहते है तो आप हमारे Channel पर जा कर सीख सकते हैं। हमलोग ने इस blog post में Calculator के source code को provide किया हैं। आप लोग बस इस code को copy करके paste करके save कर सकते हैं or Program को Run करवा सकते हैं। SOURCE CODE: HTML CODE: Step1-  Now copy and paste the HTML code mentioned below and save the file as "calculator.html". <html>   <head>     <meta charset="utf-8">     <link rel="stylesheet" href="itinhindi.css">     <script src="https://code.jquery.com/jquery-3.4.1.js"></script>   </head>   <body>     <div class="middle">       <form name="calc">         <input type="text" id="display" name="display" disabled>         <div class="buttons">