Using CSS, you can override the default style for the element. In this example, variable names are rendered using bold Courier if it's available, otherwise it falls back to the default monospace font.
CSS
var {
font: bold 15px "Courier", "Courier New", monospace;
}
HTML
The variables minSpeed and maxSpeed control
the minimum and maximum speed of the apparatus in revolutions
per minute (RPM).
This HTML uses to enclose the names of two variables.
Result
Specification
Status
Comment
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.