Question:Consider the fillowing DTD declarations <!ELEMENT company (#PCDATA) > <!ATTLIST company id CDATA #IMPLIED > According to this declarations, find the valid xml for company element.
A <company id=â€HTCLâ€>Hi-Tech Systems</company>
B <company>Hi-Tech Systems</company>
C <company id=â€â€>Hi-Tech Systems</company>
D None
+ AnswerA B C
+ Report