Correct. There is no DTD. However, HTML5 documents should start with <!DOCTYPE html>
So there's a DOCTYPE, but no DTD.
See:
Adam
2010-10-29 16:34:18
Correct. There is no DTD. However, HTML5 documents should start with <!DOCTYPE html>
So there's a DOCTYPE, but no DTD.
See:
If there is no DTD or schema to validate the H5 document against, how are we supposed to do document validation? Please help! This is going to become a huge problem for our industry if we have no way to accurately validate HTML5 documents!
I think they did away with the old DTDs, now we just start HTML pages with: <!DOCTYPE HTML>
Maybe the W3C will come out with one eventually.