Skip to main content

PRACTICAL 5_1

PRACTICAL 1

Create JavaScript function for basic arithmetic operations (Addition, Subtraction, Multiplication and Division). Create proper design layout which asks two numbers to enter from user and display result of respective operation on clicking respective button


THEORY
In this web page,creative calculator have been made using HTML&CSS.

IMPORTANT TAGS & ATTRIBUTES:
  • <input>: It defines a single-line text input field.
  • <button>: The <button> tag defines a clickable button.
  • @keyframes: The @keyframes rule specifies the animation code.Specify when the style change will happen in percent, or with the keywords "from" and "to", which is the same as 0% and 100%. 0% is the beginning of the animation, 100% is when the animation is complete.
  • transform: The transform property applies a 2D or 3D transformation to an element. This property allows you to rotate, scale, move, skew, etc., elements.
  • transition: CSS transitions allows you to change property values smoothly, over a given duration.
SCREENSHOT WEB PAGE:






NAME:AYUSH SINGLA
ID:18CE122

Comments