Multiple Choice
An alert dialog displaying the text "Welcome!" is created by calling _________.
A) window.alert( "Welcome!" ) ;
B) alert.window( "Welcome!" ) ;
C) window( "alert = \"Welcome!\"" ) ;
D) window( "< alert > Welcome! < /alert >" ) ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: Which of the following operators associates from
Q5: Consider the following script. What is wrong
Q6: Consider the following HTML5 code.<br>< html ><br><
Q7: Which of the following is not a
Q8: Whenever a value is placed in a
Q9: Which of the following sequences does not
Q10: What will the browser display if the
Q12: What does the following expression evaluate to<br>(
Q13: In the following line the word document
Q14: What is the result of the statement