<var>
All Tags not showing in online page, but show on view source.
<p>This is your <var>xyz</var></p>
Code show like this:
This is your xyz
Browser Support
The <var> tag is supported in all major browsers.
What is var tag
var tag means variable. A variable is simply a symbol which is or may be associated to some value(s).