https://github.com/l33t-c0d3r-66/calculator
Calculator Application created using HTML, CSS and JavaScript
https://github.com/l33t-c0d3r-66/calculator
css3
dom
html5
javascript
Last synced: 3 months ago
JSON representation
Calculator Application created using HTML, CSS and JavaScript
-
Host: GitHub
-
URL: https://github.com/l33t-c0d3r-66/calculator
-
Owner: l33t-c0d3r-66
-
Created: 2022-02-14T18:43:00.000Z
(almost 3 years ago)
-
Default Branch: master
-
Last Pushed: 2022-06-08T16:12:26.000Z
(over 2 years ago)
-
Last Synced: 2023-03-04T01:55:55.456Z
(almost 2 years ago)
-
Topics: css3, dom, html5, javascript
-
Language: JavaScript
-
Homepage:
-
Size: 639 KB
-
Stars: 5
-
Watchers: 1
-
Forks: 0
-
Open Issues: 0
-
Metadata Files:
Awesome Lists containing this project
# Calculator
An attractive calculator created with HTML, CSS and JavaScript.
It used the concept of DOM manipulation for different operations.
## What is HTML?
The HyperText Markup Language, or HTML is the standard markup language for documents designed to be displayed in a web browser.
You can read more about HTML on following links:
https://devdocs.io/html/
https://developer.mozilla.org/en-US/docs/Web/HTML
https://www.w3schools.com/TAGS/default.ASP
## What is CSS?
Cascading Style Sheets is a style sheet language used for describing the presentation of a document written in a markup language such as HTML
You can read more about CSS on following links:
https://www.w3schools.com/css/css_intro.asp
https://developer.mozilla.org/en-US/docs/Web/CSS
## What is JavaScript?
JavaScript is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS.
You can read more about JavaScript on following links:
https://developer.mozilla.org/en-US/docs/Web/JavaScript
https://devdocs.io/javascript/
https://www.w3schools.com/js/
## What is DOM?
DOM stands for Document Object Model.
When a web page is loaded, the browser creates a Document Object Model of the page.
You can explore more about DOM on following links:
https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model/Introduction
https://www.w3.org/TR/REC-DOM-Level-1/introduction.html
## Screenshot: