InterviewSolution
Saved Bookmarks
| 1. |
What is the use of attribute."comment" in html language |
|
Answer» This tag is used to give comments in html document. The comments are not displayed in the output of browser window. To make the notes for the tag used in htmlOr to make the sections within the document |
|