Ciao ragazzi, ho trovato in giro su internet queste DTD ma non ne spiegava (il sito) cosa fossero..

praticamente la DTD del tag <font> sarebbe:

<!ELEMENT FONT --(%inline* -- local change to font -->
<ATTLIST FONT
%coreattrs; -- id, class, style, title
%i18n; -- lang, dir
size CDATA #IMPLIED -- [+|-]nn e.g. size="+1", size="4"
color %Color%; #IMPLIED -- text color
face CDATA #IMPLIED -- comma-separated list of font names
>



ma cosa sono in realtà queste cose?

ciao a tutti