?? [?b?kɡraund ?k?l?] ?? [?b?k?ɡra?nd ?k?l?]

?? ??

?????? backgroundColor ?? ???

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

??: ??Object.style.BackgroundColor=color-name|color-rgb|color-hex|transparent

?????? backgroundColor ?? ?

<html>
<head>
<style type="text/css">
body
{
background-color:#B8BFD8;
}
</style>
<script type="text/javascript">
function changeStyle()
{
document.body.style.backgroundColor="#FFCC80";
}
</script>
</head>
<body>

<input type="button" onclick="changeStyle()"
value="Change background color" />

</body>
</html>

???? ?? ?

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