实例
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>在线商城后台管理系统</title> </head> <body> <table border="0" cellpadding="0" width="960px" align="center"> <tr bgcolor="#000000"> <td colspan="2"> <iframe src="inc/top.html" width="100%" height="70" frameborder="0" align="center" scrolling="no" ></iframe> </td> </tr> <tr> <td bgcolor="#888888"><iframe src="inc/left.html" width="240px" height="500" frameborder="0" align="center" scrolling="no" ></iframe></td> <td bgcolor="#ccc"><iframe src="inc/right.html" width="700px" height="500" frameborder="0" align="center" scrolling="no" ></iframe></td> </tr> <tr bgcolor="#c3c3c3 "> <td colspan="2"> <iframe src="inc/bottom.html" width="100%" height="70" frameborder="0" align="center" scrolling="no" ></iframe> </td> </tr> </table> </body> </html>
运行实例 »
点击 "运行实例" 按钮查看在线实例