Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

2) Write javascript and html code that will do the following. 1. Make a header that says The Amazing Adder 2. Create a div 3.

image text in transcribed
2) Write javascript and html code that will do the following. 1. Make a header that says "The Amazing Adder" 2. Create a div 3. Inside the div place 2 input fields, num1 and num2. Type will be text and size will be 3, Between them will be a + sign and after them will display an = sign. 4. Create a span called answer after the equals sign followed by a line break. 5. Make a button inside the div as well and attach a javascript function to it. 6. Create a javascript function within script tags (you do not need a seperate file) that will grab the input from num1 and num2. Save their sum into a variable and update the html on the page so that their sum shows up in the answer span

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Postgresql 16 Administration Cookbook Solve Real World Database Administration Challenges With 180+ Practical Recipes And Best Practices

Authors: Gianni Ciolli ,Boriss Mejias ,Jimmy Angelakos ,Vibhor Kumar ,Simon Riggs

1st Edition

1835460585, 978-1835460580

More Books

Students also viewed these Databases questions