border

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

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

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

vi. ??, ??

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

width

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

n. ??

???: ??

CSS ??? ?? ?? ???

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

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

??: ?? ? "??"? ?? ??? Internet Explorer(IE8 ??)?? ???? ????.

CSS ??? ?? ?? ?

<html>
<head>
<style type="text/css">
p.one 
{
border-style: solid;
border-width: 5px
}
p.two 
{
border-style: solid;
border-width: thick
}
p.three
{
border-style: solid;
border-width: 5px 10px
}
p.four 
{
border-style: solid;
border-width: 5px 10px 1px
}
p.five 
{
border-style: solid;
border-width: 5px 10px 1px medium
}
</style>
</head>

<body>
<p class="one">Some text</p>
<p class="two">Some text</p>
<p class="three">Some text</p>
<p class="four">Some text</p>
<p class="five">Some text</p>

<p><b>注釋:</b>"border-width" 屬性如果單獨(dú)使用的話是不會(huì)起作用的。請(qǐng)首先使用 "border-style" 屬性來(lái)設(shè)置邊框。</p>
</body>

</html>

???? ?? ?

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