?? [?b?:d?(r)] US [?b?:rd?(r)]

n. ??; ????;

vt.& vi. side of..., around..., edging...

vi. ??, ??

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

?????? ??? ?? ???

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

??: ??Object.style.border=borderWidth borderStyle borderColor

????: borderWidth ??? ??? ?????. borderStyle? ??? ???? ?????. borderColor ??? ??? ?????.

?????? ??? ?? ?

<html>
<head>
<style type="text/css">
p
{ 
border: thin dotted #FF0000
}
</style>
<script type="text/javascript">
function changeBorder()
{
document.getElementById("p1").style.border="thick solid #0000FF";
}
</script>
</head>
<body>

<input type="button" onclick="changeBorder()"
value="Change border" />

<p id="p1">This is a paragraph</p>

</body>
</html>

???? ?? ?

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