Question:To associate an XML document with a DTD schema in a public place on a server with URI http://www.htcsl.com/hr/name.dtd, which of the following is the valid syntax?
A <!DOCTYPE names PUBLIC "http://www.htcsl.com/hr/name.dtd">;
B <!DOCTYPE names SYSTEM "http://www.htcsl.com/hr/name.dtd">;
C <!DOCTYPE PUBLIC "http://www.htcsl.com/hr/name.dtd">;
D <!DOCTYPE SYSTEM "http://www.htcsl.com/hr/name.dtd">;
+ AnswerA
+ Report