Very short trick: make invisible HTML comments
Thursday, March 18, 2010Comment HTML is a practice during the early stages of Web development, however, the commented code remains visible on the page, even if it is ignored by the browser. Select "View Source" or "View Code" from our browser, we will be able to see it. The comments apply to HTML using the syntax: PLAIN TEXT HTML: <p> Visible </ p> <! - I am a comment -> <p> Visible </ p> Inside [...]










