Variable in html is used define the variable, we use <var> tag to define a variable
<body> <p>Var is used to define a variable</p> <var>Techfunda</var> </body>
In the above code snippet we have defined the variable using <var> tag, we have given the value in the var tag as TechFunda, it displays the output in variable format
output
Views: 3812 | Post Order: 83