HTML5 Comments tutorial for Beginners

HTML5 Comments tutorialHTML

HTML Comments

Comments in HTML


In HTML5 some time we need to comment a lines to hide the information to browsers web page i,e client-side view. To do this we need use comment tags to hide the text with in HTML source code of web page.

Basically these comments are very useful while writing HTML code with documentation, on writing HTML code we put a comment line at the starting on HTML code line and a comment line after the end of the HTML code. Will see more on examples.



HTML5 Comment Tags in HTML

Comments on HTML language


Syntax for Comment tag <!- - Write your comments here --> Observe that there is a exclamatory mark on starting tag and there is no exclamatory mark on end tag.. <!-- comment --> Example: <!- - This is about us paragraph begins here --> <p>we are http://www.harisystems.com for IT professionals for development, trainings and students real time projects</p> <!-- This is about us paragraph ends here -->

html5 tutorial for beginners
Debugging using Comment tag

Debugging in HTML


In HTML we can also identify the errors on code, while writing HTML code we may face some errors it may like syntax errors, additional spaces, quotations, end tag missing etc .., to identify the correct error lines and where to correct the code lines by commenting line by line and test the output to catch the correct place. Example: <!-- This is commenting tag block starts and this code line don’t show for this movement <img src=”logo.png” border=”1” alt=”logo”> -->


Web development course Data Science courses: Web Development
Online courseOnline Courses: Include Certification
Harisystems is optimized for learning, testing and training. courses are designed to be simplified to improve reading and basic understanding for beginners to expert level. Tutorials and examples are constantly reviewed to avoid errors, however we cannot warrant full correctness of all content. if any found need to correct write us at info@harisystems.com. we Harisystems is not responsible for any with this tutorials, While using this site, you agree to have read and accepted our terms of use, cookie and privacy policy. Copyright 2007-2023 by Harisystems. All Rights Reserved.
Copyright © Harisystems 2023