实例
<!DOCTYPE html> <!-- To change this license header, choose License Headers in Project Properties. To change this template file, choose Tools | Templates and open the template in the editor. --> <html> <head> <meta charset="UTF-8"> <title>admin</title> </head> <body> <table border="0" cellspacing="0" cellpadding="8" align="center" width="960"> <tr> <td colspan="3"> <iframe src="1.php" name="top" height="80" width="100%" scrolling="no" frameborder="0"></iframe> </td> </tr> <tr><td colspan="3"><hr></td></tr> <tr> <td> <iframe src="2.php" name="left" height="450" width="160" scrolling="no" frameborder="0" align="center"></iframe> </td> <td><hr style="width:2px;height:440px; "></td> <td> <iframe src="3.php" name="right" height="450" width="780" scrolling="no" frameborder="0" align="center"></iframe> </td> </tr> <tr><td colspan="3"><hr></td></tr> <tr> <td colspan="3"> <iframe src="4.php" name="foot" height="60" width="100%" scrolling="no" frameborder="0"></iframe> </td> </tr> </table> </body> </html>
运行实例 »
点击 "运行实例" 按钮查看在线实例