Html5 Var Tag

In the <var> tag is a phrase element of html5. which specify variable for a computer text.That variable should be part of an application or document, mathematical expression, or a placeholder in prose.In the <var> end tag of </var>.

Syntax :

<var>...</var>

Example Code

<!DOCTYPE HTML>
<var> var is a variable </var>

Out Put :



var is a variable

In the above <var> tag have applied to var is a variable Text.





Content