<code>
| <code> contiene un codice alfabetico derivante da un linguaggio formale, per esempio un linguaggio di programmazione | |||||||
| Modulo | tagdocs — 22 Documentation Elements | ||||||
| Oltre agli attributi globali | 
 | ||||||
| Usato da | |||||||
| Può contenere | Ammessi soltanto caratteri di testo | ||||||
| Dichiarazione | 
 
element code { att.global.attributes, attribute lang { data.word }?, text } | ||||||
| Esempio | <code lang="JAVA"> Size fCheckbox1Size = new Size(); fCheckbox1Size.Height = 500; fCheckbox1Size.Width = 500; xCheckbox1.setSize(fCheckbox1Size); </code> | ||||||
