<!DOCTYPE html>
<html>
<head>
<title>图片代码大全</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
padding: 20px;
}
h1 {
font-size: 24px;
color: #333333;
margin-bottom: 20px;
}
p {
font-size: 16px;
color: #666666;
margin-bottom: 20px;
}
img {
max-width: 100%;
height: auto;
margin-bottom: 20px;
}
</style>
</head>
<body>
<h1>图片代码大全</h1>
<img src="image1.jpg" alt="Image 1">
<p>This is the first image.</p>
<img src="image2.jpg" alt="Image 2">
<p>This is the second image.</p>
<img src="image3.jpg" alt="Image 3">
<p>This is the third image.</p>
<img src="image4.jpg" alt="Image 4">
<p>This is the fourth image.</p>
<img src="image5.jpg" alt="Image 5">
<p>This is the fifth image.</p>
<img src="image6.jpg" alt="Image 6">
<p>This is the sixth image.</p>
<img src="image7.jpg" alt="Image 7">
<p>This is the seventh image.</p>
<img src="image8.jpg" alt="Image 8">
<p>This is the eighth image.</p>
</body>
</html>