border

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

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

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

vi. ??, ??

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

??? ;

?????? borderLeft ?? ???

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

??: ??Object.style.borderLeft=borderWidth borderStyle borderColo

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

?????? borderLeft ?? ?

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

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

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

</body>
</html>

???? ?? ?

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