How to include the HTML tag inside the javascript tags?
Answer Posted / shameena
using document.write("<HTML>");
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is viewstate in javascript?
What is enum with example?
Is javascript whitespace sensitive?
What is string in javascript?
What is the function of delete operator?
How can you do a character count in javascript?
Is JavaScript a true OOP language?
What value does prompt() return if the user clicked the cancel button?
What is emotional closure?
What would you use javascript for?
How generic objects can be created?
How to add/remove properties to object dynamically in javascript?
What is a null variable?
Write a main method that prompts the user to enter the starting population, birth and death rates, and the number of years. The input birth and death rates cannot be negative, the starting population cannot be less than 2, and the number of years greater than 0. If the user enters an invalid value, this program will prompt user to re-enter the value until a valid value has been read. When all input values are valid, call on the methods above to compute estimated population and print result.
What is callback?