Need help to add images to HTML
<!DOCTYPE html>
<body>
<img src="mainpage.jpg">
<img src="secondpage.jpg">
<img src="thirdpage.jpg">
<img src="forthpage.jpg">
<img src="fifthpage.jpg">
<img src="lastpage.jpg">
</body>
</html>
Here is my Code
<body>
<img src="mainpage.jpg">
<img src="secondpage.jpg">
<img src="thirdpage.jpg">
<img src="forthpage.jpg">
<img src="fifthpage.jpg">
<img src="lastpage.jpg">
</body>
</html>
Here is my Code
