Kevin Powell - CommunityKP-C
Kevin Powell - Community11mo ago
25 replies
baller

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
Was this page helpful?