var

The var element is used to define a variable or a value that can be used in a program. It is typically used to indicate a variable or value that is being used in a program.

Example:

<p><var>x</var> + 22 = 42.</p>