手写链接:https://www.llheng.com/img/index.html
实例
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>DashBoard</title> </head> <body> <table border="0" cellspacing="0" cellpadding="0" align="center" width="1000"> <!-- 上 --> <tr> <td colspan="2" bgcolor="#23282D"> <iframe src="header.html" name="header" scrolling="no" frameborder="0" width="100%" height="50"></iframe> </td> </tr> <!-- 中 --> <tr> <td > <iframe src="m_left.html" name="m_left" scrolling="no" frameborder="0" width="220" height="600"></iframe> </td> <td > <iframe src="board.html" name="m_right" scrolling="no" frameborder="0" width="780" height="600"></iframe> </td> </tr> <!-- 下 --> <tr> <td colspan="2"> <iframe src="footer.html" name="footer" scrolling="no" frameborder="0" width="100%"></iframe> </td> </tr> </table> </body> </html>
运行实例 »
点击 "运行实例" 按钮查看在线实例