HTML Image Generator
An HTML image tag is used to display an image in a web page.
Preview

Code
<img src="https://htmlcss.tools/img/boat.jpeg" alt="Bangka Boat" name="myImage" width="300" height="170"/>
An HTML image tag is used to display an image in a web page.
<img src="https://htmlcss.tools/img/boat.jpeg" alt="Bangka Boat" name="myImage" width="300" height="170"/>