Multiple Choice
Which of the following statements would correctly print out the sentence "Hello World" in blue
A) document.write( "< p style = \"color: blue\") ; document.write( "Hello World >") ;
B) document.write( "< p > style = \"color: blue\" Hello World < /p >) ;
C) document.write( "< p style = \"color: blue\" Hello World + "< /p >") ;
D) document.write( "< p style = \"color: blue\" >") ; document.write( "Hello World < /p >") ;
Correct Answer:

Verified
Correct Answer:
Verified
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
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
Q11: An alert dialog displaying the text "Welcome!"