Attributes are declared in a DTD using the ATTLIST declaration.
ELEMENT_NAME is the name of the element that has attribute(s). ATTRIBUTE_NAME is the name of an attribute that is being declared. TYPE is the attribute's type, and DEFAULT_VALUE represents the default value.