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