<!ELEMENT CIRCLE EMPTY> <!ATTLIST CIRCLE RADIUS CDATA &#...

84. <!ELEMENT Circle EMPTY>

<!ATTLIST Circle radius CDATA "20">

The following code indicates that the circle is defined as an empty

element,with the radius attribute having a default value of 20 and type

CDATA.

a) True b) False