var Element
Description
var
element marks a variable in a programming context.
The default style for var
is { font-style: italic; }
.
Example
The following code shows how to use var
Element.
<!DOCTYPE HTML>
<html>
<body>
This is a <var>variable</var>.
</body><!--from www.j a v a2 s.com-->
</html>