설명
The HTML Variable Element (<var>
) represents a variable in a mathematical expression or a programming context.
var, 즉 가변적인 요소 또는 변수 요소는 수학적 표현이나 프로그래밍 문맥에 대한 다양성을 표현한다.
변수는 프로그래밍 문맥이나 수식에서 사용하는 실제 변수일 수 있고, 일반적인 문장에서 마치 변수처럼 임의의 숫자 또는 문자를 나타내기 위해 사용할 수 있다.
Usage Context
Permitted content | Phrasing content |
Tag omission | Both start and end tags are required |
Permitted parent elements |
Any element that accepts phrasing content. |
Normative document | HTML, "The var element" |
속성
Global attributes only.
공통적인 속성만을 가진다.
Typical default style properties
var { font-style: italic; }
예제
<p> A simple equation: <var>x</var> = <var>y</var>
A simple equation: x = y + 2
DOM Interface
This element implements the HTMLElement interface.
이 요소는 HTML요소 인터페이스를 구현한다.