Posts

HTML-Calculator--by Aapka Dost

  HTML Calculator In this article, we will create a calculator using HTML with the help of various examples. At the beginning of this article, we will learn fundamental aspects of HTML. After that, we will know how to create a basic calculator with HTML. What is HTML? The Hypertext Mark-up Language is the standard mark-up language for documents designed to be displayed in a web browser. It can be used with various technologies such as CSS and scripting languages such as JavaScript and PHP. HTML is text-based; an HTML file can be edited simply by opening it up in a Notepad++, Notepad, and sublime program, etc. Text editor can be used to create or edit an HTML file. It is named with a .html file extension. What is a Calculator? A  Calculator  is an electronic device capable of performing various mathematical calculations, such as addition, multiplication, subtraction, division, etc. Casio Company developed the first electronic calculator in 1957. It can be run on various op...