Version | //IETF//DTD HTML 2.0 Strict//EN
|
---|
Element | VAR |
---|
Purpose | variable phrase or substitute |
---|
Description | This element encloses text which is a variable name in a computer program or other context.
|
---|
Start tag | Required <VAR>
|
---|
Attributes | Name | Type | Default | Comment |
---|
SDAFORM | CDATA | #FIXED "Lit" | one to one mapping; in support of transformation to the International Committee for Accessible Document Design DTD for usable access to structured information by print-impaired individuals
|
|
---|
Content | ( #PCDATA | A | IMG | BR | EM | STRONG | CODE | SAMP | KBD | VAR | CITE | TT | B | I #PCDATA | A | IMG | BR )*
|
---|
End tag | Required </VAR>
|
---|
Referenced in | A ADDRESS B CITE CODE DD DT EM H1 H2 H3 H4 H5 H6 I KBD LI P PRE SAMP
STRONG TT VAR
|
---|
Example | Source | Appearance |
---|
The problem with the program was that <VAR>loopindex</VAR> wasn't initialized.
| The problem with the program was that loopindex wasn't initialized.
|
|
---|