References

Collection of references for web development.

HTML var tag

Description

The HTML <var> element represents a variable, often used to present mathematical or programming expressions.

Example

<p><var>X</var> = 10</p>