CBSE Class 10 Computer Applications
Question 44 of 176
HTML I — Basic HTML Elements — Question 42
Back to all questions 42
Question Question 42
Which is the correct way to comment out something in HTML ?
- Using
##and# - Using
<!--and--> - Using
</--and-/-> - Using
<!--and-!>
Using <!-- and -->
Reason — <!-- and --> is the correct way to comment out something in HTML.