HTML

What is the correct way to comment out multiple lines in HTML?


 613
Answer : A) <!-- This is a comment -->

In HTML, comments are enclosed within <!-- and --> to comment out multiple lines.

Join Discussion
Please Login to Post a Comment