outline

?? [?a?tla?n] ??? [?a?t?la?n]

n. ???, ???, ???, ??, ?? ??, ??, ???, ???, ??? ??? ??, ???(??? ??)

vt .Outline; ??, ???, ???

3?? ??: ??? ???: ??? ?? ??: ?? ?? ??: ??? ?? ??: ???

color

英['k?l?(r) ] Beauty [ ?k?l?]

n.<??> ???, ??, ???

v.<??> ?????, ?? ???

3?? ??: colors ??: colors ?? ??: Colouring ?? ??: Coloured ?? ??: Coloured

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

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

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

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

<html>
<head>
<style type="text/css">
p
{
border: thin solid #00FF00;
outline: thick solid #FF0000;
}
</style>
<script type="text/javascript">
function changeOutlineColor()
{
document.getElementById("p1").style.outlineColor="#00FF00";
}
</script>
</head>
<body>

<input type="button" onclick="changeOutlineColor()"
value="Change outline color" />

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

</body>
</html>

???? ?? ?

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