Commenting is a way that you can leave comments, tips, suggestions, for other people either working with your code or reading and understanding your code.
The most important use of comments is that you can leave tips for fellow developers about your code without affecting the resulting output that is being displayed to the end user.
Commenting is also a convenient way to make code ineffective without deleting it entirely.
The comment in HTML starts with:
<!--
The comment in HTML ends with:
-->
One example of comments in the HTML is:
<!--This is an example of the HTML comments that show how to use comments in HTML, the opening tag of the comment contains the less-than sign, a note of exclamation, and two hyphens, the closing tag of the comment contains two hyphens and greater than sign.-->
Hello, I am Junaid Ahmad Mir and this is my website where we would learn programming.
Here also we would look into the insights of the modern technology and development taking place at a very rapid pace. So welcome to this platform of learning...
You can also visit my profile on GitHub at this adress: https://github.com/mirjunaid
No comments:
Post a Comment