Blogger Information
Blog 35
fans 2
comment 0
visits 22592
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
2018.3.20 practice4
小学僧的博客
Original
550 people have browsed it

手写链接: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>

运行实例 »

点击 "运行实例" 按钮查看在线实例


Correction status:qualified

Teacher's comments:作业已检查! 完成的不错!大赞!!
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post