<html>
<head>
<style>
/* Default CSS Values */
var {
font-style: italic;
}
</style>
</head>
<body>
<p>A var element is displayed like this:</p>
<var>Variable</var>
<p>Change the default CSS settings to see the effect.</p>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss_default_var by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 05 Jun 2019 13:18:39 GMT -->
</html>