3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
5 <t:label t:name="label" />
7 <t:link t:name="link" />
9 <t:code t:name="code" mode="mode" />
11 <t:farkup t:name="farkup" />
13 <t:inspector t:name="inspector" />
15 <t:html t:name="html" />
17 <t:field t:name="field" t:size="13" />
19 <t:password t:name="password" t:size="10" />
21 <t:textarea t:name="textarea" t:rows="5" t:cols="10" />
23 <t:choice t:name="choice" t:choices="choices" />
25 <t:checkbox t:name="checkbox">Checkbox</t:checkbox>