przewiń do treści

HTML, XHTML i CSS. Praktyczne projekty. Wydanie II

Włodzimierz Gajda

<!--=== Text Elements ===-->

<!ENTITY % special.pre
    "br | span | bdo | map">

<!ENTITY % special
    "%special.pre; | object | img ">

<!ENTITY % fontstyle "tt | i | b | big | small ">

<!ENTITY % phrase "em | strong | dfn | code | q |
    samp | kbd | var | cite | abbr | acronym | sub | sup ">

<!ENTITY % inline.forms "input | select | textarea | label | button">

<!ENTITY % inline "a | %special; | %fontstyle; | %phrase; | %inline.forms;">

Listing 16.2. Fragment pliku xhtml1-strict.dtd od wiersza 169 do wiersza 191

Rozdział 16. Elementy blokowe i liniowe

listing-16-02.txt