HTML Tag






<!--
main_leaderboard, all: [728,90][970,90][320,50][468,60]
-->




HTML <var> Tag



Previous
Complete HTML Reference
Next



Example


Format text in a document:



<var>Variable</var>

Try it Yourself »



Definition and Usage


The <var> tag is a phrase tag. It defines a variable.


Tip: This tag is not deprecated, but
it is possible to achieve richer effect with CSS.


All phrase tags:































Tag Description
<em> Renders as emphasized text
<strong> Defines important text
<code> Defines a piece of computer code
<samp> Defines sample output from a computer program
<kbd> Defines keyboard input
<var> Defines a variable



Browser Support



















Element
<var> Yes Yes Yes Yes Yes



Differences Between HTML 4.01 and HTML5


NONE.







<!--
mid_content, all: [300,250][336,280][728,90][970,250][970,90][320,50][468,60]
-->





Global Attributes


The <var> tag also supports the Global Attributes in HTML.




Event Attributes


The <var> tag also supports the Event Attributes in HTML.




Related Pages


HTML tutorial: HTML Text Formatting


HTML DOM reference: Variable Object




Default CSS Settings


Most browsers will display the <var> element with the following default values:



Example



var {
    font-style: italic;
}

Try it Yourself »




Previous
Complete HTML Reference
Next

Popular posts from this blog

Chat program with C++ and SFML

Function to Return a JSON Like Objects Using VBA Collections and Arrays

Will my employers contract hold up in court?