var

Support

Indicates a variable, usually text rendered in italics by the browser.

The var element is used to indicate that the text is a variable and shouldn't be taken literally.

Example

<p>Plese enter your email address: e.g - <var>joe.bloggs@somewhere.com</var>.</p>

Preview

Plese enter your email address: e.g - joe.bloggs@somewhere.com.