Tag <var> in HTML is used to name a variable or a variable value in a piece of code.
<p>Giá trị của biến x là <var>5</var>.</p>
Result
Giá trị của biến x là 5.
In this example, tag <var> is used to display the value of variable x.