日期:2013-10-12 浏览次数:20842 次
<DIV ALIGN=#> #=left/right/center
例:
<html>
<head>
<title>位置控制</title>
</head>
<body>
<div align=left>
你好!<br>
<div align=right>
你好!<br>
<div align=center>
你好!<br>
</body>
</html>
另外,ALIGN属性也常常用在其它标签中,惹起其内容位置的变动。
  如:<P ALIGN=#>
    <HR ALIGN=#>   #=left/right/center
    <H1 ALIGN=#〉