Login
Remember
Register
Ask a Question
Which is the correct way to comment out something in HTML?
0
votes
asked
Jan 29, 2021
in
HTML
by
rajeshsharma
Which is the correct way to comment out something in HTML?
i) Using ## and #
ii) Using <!-- and -->
iii) Using </-- and -/->
iv) Using <!-- and -!>
html-comment
comment-line-html
comment-line
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 29, 2021
by
rajeshsharma
ii) Using <!-- and -->
...