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 gaming web page

Build a Web page called "game.html" and add a layer to it, which will be treated as an object, with an picture for its contents. Add another picture which will start the game when clicked on.

  Creating a professional looking document

Find and critique virtual data and word processing skills to make a professional looking document that promotes personal development or financial growth and maturity.

  Changing the layout of an html page through css

CSS is a very powerful tool for converting the way a page is displayed. It is extremely flexible and permits the designer to deliver HTML code to many devices without changing the markup.

  Computer program stored on world wide web server

Identify a small computer program stored on a World Wide Web server that is designed to run in conjunction with browser software called?

  Systems analysis

Assume are a project manager of a small startup corporation assigned to a project to a build a dynamic web application to market to customers to more easily/cheaply download copyrighted videos and movies.

  Microsoft powerpoint presentation

PowerPoint gives consumers the ability to emphasize the points on a list with either numbers or bullets. There are many ways to start to develop a presentation.

  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.

  Innate leadership abilities

Some discuss that corporation's should put more effort into identifying managers with innate leadership abilities, and helping to develop these,

  Explanation of contextual links

The most powerful hypertext capabilities is the the contextual link. Wikipedia . com is a great example of a site that utilizes contextual links.

  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?

  Purpose of web accessibility standards

Discuss the purpose of Web accessibility standards and what role does the W3C play in developing the standards?

  Discussion on future of web

Create a 1 or 2 screen prediction on what effects you think the Website, and in particular, the enormous amount of documents accumulating on the Web will play in your life, and your children's life in future.

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