web technology Online Quiz - 126
Description: web technology Online Quiz - 126 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: web technology |
What is the correct syntax for referring to an external script called "xxx.js"?
An external JavaScript must contain the tag
How do you write "Hello World" in an alert box?
How do you create a function?
How do you call a function named "myFunction"?
How do you write a conditional statement for executing some code if "i" is equal to 5?
How do you write a conditional statement for executing some code if "i" is NOT equal to 5?
How does a "while" loop start?
How does a "for" loop start?
How can you add a comment in a JavaScript?
What is the correct JavaScript syntax to insert a comment that has more than one line?
What is the correct way to write a JavaScript array?
How do you round the number 7.25, to the nearest integer?
How do you find the number with the highest value of x and y?
What is the correct JavaScript syntax for opening a new window called "w2" ?
How do you put a message in the browser's status bar?
How can you find a client's browser name?
How many bit support does ASP.NET 2.0 provide?
ASP.NET 2.0 is not fully backward compatible with ASP.NET previous versions.
Which of the following features of ASP.NET 2.0 provides 'visual inheritance'