实例
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>网上商城后台管理系统</title> </head> <body> <table width="960" border="0" cellspacing="0" cellpadding="6" align="center" > <tr> <td colspan="2"> <iframe src="top.html" frameborder="0" name="top" scrolling="no" width="100%" align="center" height="80"></iframe> </td> </tr> <tr><td width="100%" colspan="2"><hr></td></tr> <tr> <td> <iframe src="left.html" frameborder="0" name="left" scrolling="no" width="150" height="600" align="center"></iframe> </td> <td > <iframe src="default.html" frameborder="0" name="right" scrolling="no" width="800" height="600" align="center"></iframe> </td> </tr> <tr><td width="100%" colspan="2"><hr></td></tr> <tr> <td colspan="2"> <iframe src="footer.html" frameborder="0" name="fooder" scrolling="no" width="100%" height="60"></iframe> </td> </tr> </table> </body> </html>
运行实例 »
点击 "运行实例" 按钮查看在线实例