Comments In HTML
Web developers usually add comments to HTML to understand what the code is expected to do. The markup <!-- Some comments --> is used for this purpose as demonstrated in the example hereunder. Comments are ignored and are not displayed by the browser.
Learn the HTML5 language in this tutorial series. These tutorials are designed for new programmers to provide them thorough knowledge of full stack web development.