Solved

Consider the Following HTML5 Code

Question 6

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions