InterviewSolution
Saved Bookmarks
| 1. |
The Text and Comment is part of __________(a) CharacterData(b) Document(c) Attr(d) Element |
|
Answer» Right option is (a) CharacterData The best explanation: The CharacterData abstract interface represents a Node object that contains characters. This is an abstract interface, meaning there aren’t any object of type CharacterData. The Text and Comment is part of the CharacterData Element. |
|