?? [kl?(r)]

adj. ????; ????, ??

vi. ??, ????(???); ???? ??

n. ??, ??

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

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

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

??: ??Object.style.clear=left|right|both|none

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

<html>
<head>
	<meta charset="utf-8">
<style type="text/css">
img 
{
float:left;
}
</style>
<script type="text/javascript">
function clearLeft()
{
document.getElementById("p1").style.clear="left";
}
</script>
</head>
<body>

<img src="http://img.php.cn/upload/article/000/005/656/5af270fd37755429.jpg"/>

<p id="p1">這是一些文本,這是一些文本,這是一些文本,這是一些文本,這是一些文本</p>

<input type="button" onclick="clearLeft()"
value="Clear left side of text" />

</body>
</html>

???? ?? ?

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