Design a webpage that will display your name’s Calculator in the center using a pre-defined background color of your choice and h1 font size. For the font color use the hexadecimal color of your choice. Then display the following text in the center (in three lines) using h3 font size and a different text color using hexadecimal numbers for 255,102,51 (decimal number system).
This calculator will display
the sum, difference, product, quotient
and the remainder of the two numbers entered.
Using the prompt window display the following two prompts:
Prompt1 “Please enter the first number “.
Prompt2 “Please enter another number, smaller than the first”.
Using the alert window display the following in one window only.
You entered ___ and ___
The sum of the numbers entered is = _____
The difference of the numbers entered is = _____
The product of the numbers entered is = _______
The quotient of the numbers entered is = _______
The remainder of the numbers entered is = ______
After displaying the above result in a window, display using h4 font size and blue color the following message on the screen:
Thanks for using my calculator.
This calculator will display
the sum, difference, product, quotient
and the remainder of the two numbers entered.
Using the prompt window display the following two prompts:
Prompt1 “Please enter the first number “.
Prompt2 “Please enter another number, smaller than the first”.
Using the alert window display the following in one window only.
You entered ___ and ___
The sum of the numbers entered is = _____
The difference of the numbers entered is = _____
The product of the numbers entered is = _______
The quotient of the numbers entered is = _______
The remainder of the numbers entered is = ______
After displaying the above result in a window, display using h4 font size and blue color the following message on the screen:
Thanks for using my calculator.