Question:You have a DTD schema named name.dtd in your local file system in the current working directory. Which of the following is the valid syntax to associate an XML document to that DTD schema? The root element is names.
A <!DOCTYPE names PUBLIC “name.dtdâ€>
B <!DOCTYPE names SYSTEM “name.dtdâ€>
C <!DOCTYPE SYSTEM “name.dtdâ€>
D <!DOCTYPE PUBLIC “name.dtdâ€>
+ AnswerB
+ Report