What is DTD exactly?

后端 未结 2 1499
庸人自扰
庸人自扰 2020-12-21 05:36

I have used DTD several times in my document, but I never knew its significance. I have also tried to understand W3Schools tutorial of DTD. But I found it too theoretical.

2条回答
  •  無奈伤痛
    2020-12-21 05:38

    Think of it as being a bit like a schema for a database - we're used to the idea that in normal relational databases you can only use columns which have already been declared, and you have to insert the right kind of data in them. Well, a DTD does roughly the same kind of thing for XML documents.

提交回复
热议问题