diff options
author | hochan222 <hochan049@gmail.com> | 2021-10-28 18:05:09 +0900 |
---|---|---|
committer | Kyle <mkitigy@gmail.com> | 2021-12-27 08:06:31 +0900 |
commit | 71cbd9e7454679c695b75ceb8cb3766f0f50c59a (patch) | |
tree | 699601c28b5018d85e05f589a19ee0f625c31d82 /files/ko/web | |
parent | 07bd50e693612ae2c96d982f65f3757aaeb6290e (diff) | |
download | translated-content-71cbd9e7454679c695b75ceb8cb3766f0f50c59a.tar.gz translated-content-71cbd9e7454679c695b75ceb8cb3766f0f50c59a.tar.bz2 translated-content-71cbd9e7454679c695b75ceb8cb3766f0f50c59a.zip |
fix:/ko/docs/web/html/element/var, EmbedLiveSample and flaws
Diffstat (limited to 'files/ko/web')
-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> |