How to create hidden comments in HTML?
Answers
Answered by
0
Type "---" followed by ">" (no quotes and no spaces) at the end of the block of text you want to hide. This closedcomment tag ensures that the HTMLcode between the open comment tag and this point will be hidden when viewed with an Internet browser. 5. Save your HTML document.
Answered by
0
you can create hidden comments in HTML by
//hidden comments here
Similar questions