August 2006
Intermediate to advanced
1018 pages
34h 13m
English
Document.createComment( ): create a new Comment node — DOM Level 1 Core:
Comment createComment(Stringdata);data
The text of the Comment node to create.
A newly created Comment node, with the specified
data as its text.
Read now
Unlock full access