How to apply Comment ?
You can add comments to your HTML source by using the following syntax:<!– Write your comments here –> Notice that there is an exclamation point (!) in the start tag, but not in the end tag. Add Comments With comments you can place notifications and reminders in your HTML code: Example <html><body><!– This is a… Read More »
