| | The element pre is defined in module text. It belongs to group block. Purpose preformated TextContent model (#PCDATA | em | u | strong | br | sup | tt | sub | pagenumber)*Attributes
| Name | Type | Value | Purpose |
|---|
id | ID | optional | an unique ID to refer to e.g. with link
| type | CDATA | optional | | outfile | CDATA | optional | | xml:space | ENUMERATION: default | preserve |
"preserve"
| |
Description
The pre tag defines the enclosed text as pre-formatted.
Parents
These elements contain pre:
p.
Children
These elements may occur inside of pre:
#PCDATA, br, em, strong, sub, sup, tt, u
|