Asked by nathenet tesfai on Sep 27, 2024

An HTML comment is delimited by:

A) < // / >
B) < !-- -- >
C) < ?-- -- >
D) < !- - >

HTML Comment

A piece of text within an HTML document that is not displayed in the web browser, used to annotate the code or hide elements from the page.

  • Recognize the use and syntax of Java and HTML comments.