Question: Please please answer this questions as early as possible 1. Write code to create an input text field with id of FirstName using only Java
Please please answer this questions as early as possible
1. Write code to create an input text field with id of "FirstName" using only Java Script without any html (hint: create a text node first for a First Name label for the input field). So, your code should not include any html another words, only Java Script. When we see your page in a browser, we should be able to see and type in the input field.
2. American Airlines baggage fees are as follows: 1st Bag: $25 2nd Bag: $35 3rd Bag: $150 If a bag is more than 50 pounds then the fee doubles (twice as much). Design a website that asks the user to enter the weight of each bag and inform the user the total fees for the bags. User enters 0 if there is no bag. Sample runs are as follows. Submit your html file and screen shots for 3 sample runs with the same input values as the sample run as seen bellow. Use if conditions and validate the inputs if they are blank or not.
3.
Design a website using html/JavaScript which does the following comparison:
Lets make a deal. For one month (30 days), I give you $1000 dollars every day if you give me 1 penny the first day, and then every day you double the amount of pennies I have. Calculate how much money will you and I get at the end of the 30 days
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
