QUESTION IMAGE
Question
- what is the correct way to may a comment that you can see and other coders on your team but will not appear on a webpage. <!— this should be an ordered list —> <— ordered list /—> <c- list item/-> —> this is it <—
Brief Explanations
In HTML, comments are used to add notes in the code that are not displayed on the webpage. The correct syntax for an HTML comment is <!-- comment text -->. The other options provided do not follow the proper HTML comment - syntax.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
A. <!-- this should be an ordered list -->