实例 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>考勤服务平台</title> </head> <body> <table border="0" cellspacing="0" cellpadding="0" align="center" width="960" > <tr height="60"> <td colspan="2"> <iframe src="inc/top.html" name="top" height="70" width="100%" frameborder="0" scrolling="no" seamless=""></iframe> </td> </tr> <tr> <td> <iframe src="inc/left.html" name="left" height="600" width="140" frameborder="0" align="center" scrolling="no"></iframe> </td> <td> <iframe src="inc/in.html" name="right" height="600" width="820" frameborder="0" align="right" scrolling="no"></iframe> </td> </tr> <tr> <td colspan="2"> <iframe src="inc/footer.html" name="footer" height="60" width="100%" frameborder="0" scrolling="no"></iframe> </td> </tr> </table> </body> </html4 运行实例 » 点击 "运行实例" 按钮查看在线实例