Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# 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: