InterviewSolution
Saved Bookmarks
| 1. |
Why do we use comments in HTML program give the full program with output also please I will mark u as brain list |
|
Answer» s in HTML:(i) It is a tag in HTML which allows a comment into a source CODE.(ii) They are used to hide some text (or) code from the browser.(iii) Generally,comments gives help to reader to identify piece of code SPECIALLY in complex source code.(or)They ASSIST the user in understanding the code.(iv) Comments begins with (v) Types of comments are:(i) Single line comments.(ii) Multi-line comments.Sample Program : <!Hope it helps --> |
|