diff options
Diffstat (limited to 'files/ko')
-rw-r--r-- | files/ko/web/html/element/var/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ko/web/html/element/var/index.html b/files/ko/web/html/element/var/index.html index 6610ebb916..ef2541a570 100644 --- a/files/ko/web/html/element/var/index.html +++ b/files/ko/web/html/element/var/index.html @@ -79,11 +79,11 @@ translation_of: Web/HTML/Element/var <p><code><var></code>를 사용해 수학 등식의 변수명을 나타내는 간단한 예제입니다.</p> -<pre><p>간단한 등식: - <var>x</var> = <var>y</var> + 2</p> +<pre class="brush: html"><p>A simple equation: + <var>x</var> = <var>y</var> + 2 </p> </pre> -<p>{{EmbedLiveSample("Basic_example", 650,80)}}</p> +<p>{{EmbedLiveSample("기본_예제", 650, 80)}}</p> <h2 id="명세">명세</h2> |