Menu
The var tag, or Variable element, designates a variable in programming or a mathematical expression.
The text inside the <var> tag is typically rendered in italic.
<p>The circumference of a circle is: 2 x <var>p</var> x <var>r</var>, where <var>p</var> is π and <var>r</var> is the radius.</p>User-submitted codepen.io examples of <var> ↴
Submit a codepen.io link that demonstrates <var>: