HTML | <var> Tag
It is a phrase tag and used to specify the variable in a mathematical equation or in the computer program. The content of this tag is displayed in an italic format in most of the browsers.
Syntax:
<var> Contents... </var>
Example:
<!DOCTYPE html> < html > < head > < title >var tag</ title > </ head > < style > body { text-align:center; } .gfg { font-size:40px; font-weight:bold; color:green; } .geeks { font-size:25px; font-weight:bold; } </ style > < body > < div class = "gfg" >GeeksForGeeks</ div > < div class = "geeks" >< var > Tag</ div > < var >GeeksforGeeks Variable</ var > </ body > </ html > |
chevron_right
filter_none
Output:
Supported Browsers: The browser supported by <var> tag are listed below:
- Google Chrome
- Internet Explorer
- Firefox
- Opera
- Safari