Making a Basic JavaScript Calculator
This course is about making of a basic javascript calculator
- It involve making the HTML structure
- It also involves using the input tags, form tags and using the input tags to create buttons and the display
- Making the calculator body I.e using HTML and inline javascript
- It also involves the calculator using CSS
Who this course is for:
- Students learning about HTML, CSS and Javascript
What you’ll learn
- Students will learn on how to make a basic html, CSS and Javascript calculator
- Basic HTML structure
- How to style an HTML calculator
- How to use basic input tags to display an element
- How to manipulate and operate the DOM