Which is the correct syntax to include comment in an HTML document?
Options:
Explanation:
You can add comments to your HTML source by using the following syntax,
Tags:
HTML
Answer:
Which is the correct syntax to include comment in an HTML document <!-- Comment -->.