

Home > EBE Website Design > Web Design Info > DTD
"DTD" (Document Type Definition) is the term used to describe a set of rules that define the structure of a web based document. A DTD can be placed internally within the document or externally, if it is external based then it needs to wrapped in a DOCTYPE definition using the following syntax:
!DOCTYPE root-element SYSTEM "filename"