Variable tag in html
The <var> tag is a phrase tag. It defines a variable.
This tag is not deprecated, but it is possible to achieve richer effect with CSS.
<!DOCTYPE html>
<html>
<body>
<var>Variable</var>
</body>
</html>
Output:
Variable
Comments
Post a Comment