Creating web page named taxes.html

Assignment Help Web Project
Reference no: EM1381119

Build a Web page named taxes.html and enter the Income Tax function into the HEAD (enclosed in SCRIPT tags). In the BODY of the page, prompt the user to enter values representing his or her income and itemized deduction. The page should call the Income Tax function and then display the amount of tax owed.
Use your page to determine the amount a person would owe with:
income = 100000.00 itemized = 12017.50
income = 42500.00 itemized = 8900.99
income = 13267.45 itemized = 14000.00

the given function for the income calculator
function IncomeTax(income, itemized)
// Assumes: income >= 0, itemized >= 0
// Returns: flat tax (13%) due after deductions
{
var deduction, taxableIncome, totalTax;
deduction = Math.max(itemized, 4150);
taxableIncome = Math.max(income - deduction, 0);
totalTax = 0.13*taxableIncome
return totalTax;
}

 

Reference no: EM1381119

Questions Cloud

Securing a domain name : Discuss how do you secure a domain name and discover a host for a website. Describe how CSSs are used in developing websites.
Question about forensic investigation : Prepaid cell phones make forensic investigation much hard. Explain how can you speedily investigate and collect digital evidence for a crime what involves a phone call.
Document with screen images and comments : Download an image from the Online Companion site or find an picture of your own. Add text around the picture. Experiment with float property and its values to view the way that the text wraps.
Illustrate what ways can the government affect this cycle : In a free market economy, all business activity is subject to normal periodic fluctuations. Discuss this business cycle. Also, in illustrate what ways can the government affect this cycle.
Creating web page named taxes.html : Build a Web page named taxes.html and enter the Income Tax function into the HEAD. In the BODY of the page, prompt user to enter values representing his or her income and itemized deduction.
Illustrate what are components of a common marketing plan : Illustrate what are the components of a common marketing plan. Explain why is it important have a strategic marketing plan. Elucidate how does the type of product or service affect the marketing strategy.
In recognition of the post purchase role of promotion : In recognition of the post purchase role of promotion, what strategies would you suggest for: (a) a busy hospital emergency room, (b) an executive fitness program taht provides health screening
Replacing elements through style attribute : The style attribute is replacing some elements in always evolving HTML world. Many features that were implemented using elements in older versions of HTML are implemented using the style attribute.
Sunny park tailors has been asked to make three different : Sunny Park Tailors has been asked to make three different types of wedding suits for separate customers. The table below highlights the time taken in hours for (1) cutting and sewing and (2) delivery of each of the suits

Reviews

Write a Review

 

Web Project Questions & Answers

  Creating a program

For several years, your Uncle Frank has been running a small landscaping business. Through these years, he acquired many steady customers and knew most of them on a first name basis.

  Examples of poor typography

Browse the Website for examples of poor typography. Write a short design critique of why the type is confusing or misleading to the user. Make a document with screen shots from the Website page to accompany your critique.

  Explanation of xml and its standards

Explain briefly XML and its standards, identifying the difference between XML and HTML and provide three examples of how XML is used.

  Creating a jsp page

Create a JSP page that, based on the time of the day, will output either Good morning if the time is between 6am-12pm, Good afternoon if it is between 12pm-5pm.

  Evaluating an ecommerce website

Create a check list that contains key point for evaluating an ecommerce website - Write a short, reflective report about website

  Errors in the html code

Recognize the errors in HTML code provided in work.html and work.css. Correct the code and create HTML comments explaining why the original code would not work properly,

  Comparing shelf software packages

Required assistance with comparing and contrasting two main off the shelf software packages that could be implemented in an organization.

  Power point presentation through smil and svg

Use SMIL and SVG, it is possible to choose resources from different locations and contributors to create a single unified presentation. Discuss how would you implement a system for ensuring payment to contributors based on usage of their contribution..

  Creating functions through conditional operator

Use the conditional operator and the cal_days_in_month function, determine the number of days in the current month and output to browser whether it is normal month or a leap month.

  Drawbacks and benefits of working with multiple tables

Discuss the drawbacks and benefits of working with multiple tables? Present an example of a situation where multiple tables would be appropriate in an application and discuss why this approach is needed in this scenario.

  Web based scams

Web phishing, pharming and vishing are popular web based scams. Talk about currently used tools and recommended measures to defeat this kind of attacks efficiently?

  Internet for business

Discuss how can a business use the Internet and give at least three examples with web links demonstrating your answer.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd