InterviewSolution
Saved Bookmarks
| 1. |
(i) Ms. Sangeeta wants to add few descriptive lines in the HTML code which should not be displayed on the webpage rather should remain inactive during execution. Suggest her the solution along with example.(ii) How HTML is different from XML? Mention any two point of difference. |
|
Answer» (i) She should use comments in HTML. Any text to make comments in HTML, should be preceded by <! and should end with -> Example: <body> <!- This is only used for comment -> Welcome </body> (ii)
|
|