HTML与DTD

来源:互联网 发布:拍照解题软件 编辑:程序博客网 时间:2024/05/16 12:50
1,DTD tell browser the format of the html content.
2,There have 3 kind of DTD for HTML4.0.1
  <!DOCTYPE HTML PUBLIC "...strict.dtd">
  <........................./loose.dtd">
  <........................./frameset.dtd>