outline

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

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

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

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

width

英[w?dθ] 美[w?dθ , w?θ, w?tθ]

n.??

???: ??

??????? ??Width ?? ???

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

??: ??Object.style.outlineWidth=??|??|???|??

??????? ??Width ?? ?

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

<input type="button" onclick="changeOutlineWidth()"
value="Change outline width" />

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

</body>
</html>

???? ?? ?

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