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

Headings In HTML

Introduction and Format of HTML

Font Tag