aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/html/element/tr/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/html/element/tr/index.html')
-rw-r--r--files/ko/web/html/element/tr/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/html/element/tr/index.html b/files/ko/web/html/element/tr/index.html
index 1f74799c24..fcefb68b89 100644
--- a/files/ko/web/html/element/tr/index.html
+++ b/files/ko/web/html/element/tr/index.html
@@ -86,7 +86,7 @@ translation_of: Web/HTML/Element/tr
<dt>{{htmlattrdef("valign")}} {{deprecatedGeneric("inline","html4.01")}}, {{obsoleteGeneric("inline","html5")}}</dt>
<dd>This attribute specifies the vertical alignment of the text within each row of cells of the table header. Possible values for this attribute are:
<ul>
- <li><code>baseline</code>, which will put the text as close to the bottom of the cell as it is possible, but align it on the <a class="external" href="http://en.wikipedia.org/wiki/Baseline_%28typography%29" title="http://en.wikipedia.org/wiki/Baseline_(typography)">baseline</a> of the characters instead of the bottom of them. If characters are all of the size, this has the same effect as <code>bottom</code>.</li>
+ <li><code>baseline</code>, which will put the text as close to the bottom of the cell as it is possible, but align it on the <a class="external" href="http://en.wikipedia.org/wiki/Baseline_%28typography%29">baseline</a> of the characters instead of the bottom of them. If characters are all of the size, this has the same effect as <code>bottom</code>.</li>
<li><code>bottom</code>, which will put the text as close to the bottom of the cell as it is possible;</li>
<li><code>middle</code>, which will center the text in the cell;</li>
<li>and <code>top</code>, which will put the text as close to the top of the cell as it is possible.</li>