border

English [?b?:rd?(r)]

n. ???; ??? ??..., ?? the side of...

vt.side of..., around..., bordering...

vi. ??, ??

3?? ??: borders ??: borders ?? ??: bordering ?? ??: bordered ?? ??: bordered

top

English [t?p] US [tɑ:p]

n ??, ??, (? ??? ?) ??;

?? ??

vt.??? ???...; ending

3?? ??: tops ???: tops ?? ??: topping ?? ??: topped ?? ??: topped

width

English [w?dθ] US [w?dθ, w?θ, w?tθ]

n. ???: ??

CSS ??? ?? ?? ?? ???

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

??: ??? ???? ??? ?? ???? ?????. ??? ???? ??? ??? ??? ??? 0?? ??????. ?? ?? ?? ???? ????.

??: ?? border-top-width ???? ?? border-style ??? ?????. ??? ??? ??? ??? ??? ??? ??? ? ????.

CSS ??? ?? ?? ?? ?

<html>
<head>
<style type="text/css">
p.one 
{
border-style: solid;
border-top-width: 15px
}
p.two 
{
border-style: solid;
border-top-width: thin
}
</style>
</head>

<body>
<p class="one"><b>注釋:</b>"border-top-width" 屬性如果單獨使用的話是不會起作用的。請首先使用 "border-style" 屬性來設置邊框。</p>
<p class="two">Some text. Some more text.</p>
</body>

</html>

???? ?? ?

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