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

Popular posts from this blog

Introduction and Format of HTML

Headings In HTML

dfn tag in html