1.

DTD : Document Type Declaration

Programming

What is the Full Form of DTD?

DTD Stands for “Document Type Declaration”.

 

What is DTD (Document Type Declaration)?

The HTML document type declaration is also known as DOCTYPE. It is the first line of code required in every HTML or XHTML document. The DOCTYPE declaration is an instruction to the web browser about what version of HTML the page is written in. This ensures that the web page is parsed the same way by different web browsers.

SOME COMMON DTD Types:-

  • HTML 4.01
  • XHTML 1.0
  • XHTML 1.1
  • XHTML Basic
  • HTML5

Suggestions:

AcronymFull Form
SOAPSimple Object Access Protocol
HTMLHypertext Markup Language
JSONJavaScript Object Notation
BSONBinary JSON
BLOBBinary Large Object
UMLUnified Modeling Language
AJAXAsynchronous JavaScript and XML
APIApplication Programming Interface
APKAndroid Application Package
ASPActive Server Page
BASIC codingBeginner's All-Purpose Symbolic Instruction Code
EJBEnterprise Java Beans
PHPHypertext Preprocessor
SQLStructured Query Language
XMLeXtensible Markup Language
CGIComputer-Generated Imagery
CSSCascading Style Sheet
COBOLCommon Business Oriented Language
CLICommand Line Interface
DHTMLDynamic Hyper Text Markup Language
DOMDocument Object Model