previous
|
start
|
next
Document Type Definitions
A DTD gives you control over the allowed attributes of an element
<!ATTLIST Element Attribute Type Default>
Type can be any sequence of character data specified as CDATA
Type can also specify a finite number of choices
<!ATTLIST price currency (USD | EUR | JPY ) #REQUIRED >
previous
|
start
|
next