拾柒6年前
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>网页头部</title>
</head>
<body>
<div style="background: red; height: 300px; width: 400px;">php中文网</div>
<p style="background: blue;">欢迎你</p>
<span style="background: green;">我是拾柒</span>
<b>我是拾柒</b>
<img src="images/ScreenShot00001.jpg" style="height: 300px; width: 400px;">
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>网页头部</title>
</head>
<body>
<div style="background: red; height: 300px; width: 400px;">php中文网</div>
<p style="background: blue;">欢迎你</p>
<span style="background: green;">我是拾柒</span>
<b>我是拾柒</b>
<img src="images/ScreenShot00001.jpg" style="height: 300px; width: 400px;">
</body>
</html>
0