日期:2014-05-20 浏览次数:20729 次
<html> <body> <div id="div1"> <div id="div2" style="background:Red;"> <div id="div3"> <table id="table1"> <tr> <td> <div id="div4" style="width:100p x"></div> </td> </tr> </table> </div> </div> <div id="div5"> <a href="http://www.csdn.net">csdn</a> </div> </div> <img src="http://www.csdn.net/Images/logo_csdn.gif"/> </body> </html>
<div id="div1"> <div id="div2" style="background:Red;"> <div id="div3"> <table id="table1"> <tr> <td> <div id="div4" style="width:100p x"></div> </td> </tr> </table> </div> </div> <div id="div5"> <a href="http://www.csdn.net">csdn</a> </div> </div>
<div id="div2" style="background:Red;"> <div id="div3"> <table id="table1"> <tr> <td> <div id="div4" style="width:100p x"></div> </td> </tr> </table> </div> </div>
<div id="div3"> <table id="table1"> <tr> <td> <div id="div4" style="width:100p x"></div> </td> </tr> </table> </div>
<table id="table1"> <tr> <td> <div id="div4" style="width:100p x"></div> </td> </tr> </table>