outline

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

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

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

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

style

英[sta?l]  美[sta?l ]

n. ???; ??, ??

vt. ???? ???? ?? ???

??? ??: styles ????: styled ????: styled ????: styled

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

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

??: ??Object.style.outlineStyle=style

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

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

<input type="button" onclick="changeOutline()"
value="Change outline style" />

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

</body>
</html>

???? ?? ?

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