The following code:
var str= \"English Comprehension<\\/strong>
Remove the newlines, it will work. GOTCHA to keep in mind ;) See it simple works all fine here without newlines: http://jsfiddle.net/87dYh/
var str= "English Comprehension<\/strong>
- Synonyms/Antonyms/Word Meaning (Vocabulary)<\/li>
- Complete the Sentence (Grammar)<\/li>
- Spot error/Correct sentence (Grammar/sentence construction)<\/li>
- Sentence Ordering (Comprehension skills)<\/li>
- Questions based on passage (Comprehension skills)<\/li> <\/ul>
";
alert(str);