Multiple Choice
Consider the following HTML5 code.
< html >
< script type = "text/javascript" >
< !--
< !-- document.writeln("Hello World") ; -- >
//-- >
< /script >
< /html >
What would a browser capable of scripting display when executing this code
A) document.writeln("Hello World") ;
B) nothing
C) Hello World
D) < html > < script type = "text/javascript" >
< !--
< !-- document.writeln("Hello World < /p >") ;
//-- >
< /script >
< /html >
Correct Answer:

Verified
Correct Answer:
Verified
Q1: Which of the following statements would correctly
Q2: Which of the following is not a
Q3: In the following line, the word writeln
Q4: Which of the following operators associates from
Q5: Consider the following script. What is wrong
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
Q11: An alert dialog displaying the text "Welcome!"