InterviewSolution
Saved Bookmarks
| 1. |
(3)Comment in HTML is written with the help oftag. |
|
Answer» Thecomment tagis used to insertcommentsin the source code.Commentsare not displayed in the browsers. You can usecommentsto explain your code, which can help you when you edit the source code at a later date. Like my answer if you find it useful! |
|