| compiled language, like C | HTML | CSS |
| XML | SQL | XPath |
| Perl | Javascript | PhP |
| DTD | Schema | Regular Expressions |
sales tax = amount * taxrateand stores the result in the salestax form element. You will need to extract the amount and taxrate values from their respective form elements. If the sales tax amount is more than $50 then the amount should be shown in red, otherwise the amount should be shown in the normal black color.
sales tax: <span id="tax">0<span>Show me the javascript statement that you would now need to use in order to display the result of the sales tax computation. For this question, do not worry about showing the amount in red if the tax amount is more than $50. All I care about is the statement that alters the content of the html page.
| Course | QuestionText | Option1 | Option2 | Option3 | Option4 | Answer |
|---|---|---|---|---|---|---|
| CS302 | "What city is the flagship UT campus located in?" | 204 | 205 | 240 | 241 | 240 |
Options
| OptionId | OptionText |
|---|---|
| 204 | Nashville |
| 240 | Knoxville |
Assume that the database is named "questions", that the database server is "schools.com", that the user id is "cs460" and that the password is "correct".