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

  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.

  Internet for business

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

  Comparing shelf software packages

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

  Graph the demand data

Graph the demand information for YarDarts. Forecast the demand for YarDarts for the next five years using the graphical judgment approach.

  How architectural and protocol changes occur

Discuss how architectural and protocol changes happen, the administrative organization that oversees the technical development of the Internet,

  Organizational dynamics change

Recall extensive change you have witnessed recently inside your corporation or a corporation you are familiar with. Has it been successful? Characterize why it won or failed.

  Question about saving a project

Assume that you have been assigned to save a project that is already over budget and past due. The assignment is still only half done.

  Question about workplace bullying

Workplace bullying can be significant source of conflict, and stress, at work. Some of the generally suggested approaches to resolving conflicts of this nature typically entail mediation or other timely intervention through authoritative 3rd parties

  Traditional approaches for training professionals

Webinars and other web conferencing techniques have proved most beneficial for the provision of affordable quality corporate training.

  Find the elements of budgets

Budgets are actually cost estimates tied to detailed distribution of revenues. Dissimilar conservative monetary statements, revenue and defeat and cash flow statements,

  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..

  Handling a new customer application system

Assume you have asked to prepare a report that evaluates possible client or server solutions to handle a new customer application system for all branch offices.

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