MCQ
Which syntax is used to write a comment in HTML?
Unit-3 Programming Fundamentals
A // comment
B /* comment */
C <!-- comment -->
D # comment
Explanation

HTML comments are written between <!-- and --> and are ignored by the browser.