vertical

English [?v?:t?kl]

adj. ??, ??; [??] ??, ??

n. [build] ?? ?; ?? ??

plural: ??

align

English [??la?n] US [??la?n]

vt. a line

3?? ??: align ?? ??: align ?? ??: alignment ?? ??: alignment

?????? VerticalAlign ?? ???

??: ?? ???? ???? ?? ??? ?????.

??: ??Object.style.verticalAlign=value

?????? VerticalAlign ?? ?

<html>
<head>
	<meta charset="utf-8">
<script type="text/javascript">
function alignText()
{
document.getElementById("td1").style.verticalAlign="bottom";
}
</script>
</head>
<body>

<table border="1" height="100px">
  <tr>
    <td id="td1">
    這是一些示例文字
    </td> 
  </tr>
</table>
<br />
<input type="button" onclick="alignText()"
value="Align text" />

</body>
</html>

???? ?? ?

??? ????? ??? "???? ??" ??? ?????