How to define a variable in HTML5 ?
In this article, we define a variable in the HTML by using the <var> tag in the document. 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 > How to define a variable in HTML5? </ title > < style > body { text-align: center; } .gfg { font-size: 40px; font-weight: bold; color: green; } .geeks { font-size: 25px; font-weight: bold; } </ style > </ head > < body > < div class = "gfg" >GeeksForGeeks</ div > < h2 > < var > HTML5: How to define a variable? </ var > </ h2 > < var >GeeksforGeeks Variable</ var > </ body > </ html > |
Output:
Supported Browsers are listed below:
- Google Chrome
- Internet Explorer
- Firefox
- Opera
- Safari