Images In HTML
In HTML we can add images very easily without any issues. We use <image> tag to add images on the web pages.It is a self closing tag we don't need to close it.
Syntax
<image src="image name" alt="image text">
<image src="image name" alt="image text">
<image src="https://i.ibb.co/92hmTt6/kisspng-softwa.png" alt="codes family">
<image src="https://i.ibb.co/92hmTt6/kisspng-softwa.png" alt="codes family">
<image src="images/code.png" alt="codes family">
<image src="images/code.png" alt="codes family">
<image src="https://i.ibb.co/92hmTt6/kisspng-softwa.png" height="60px" width="50px" alt="codes family">
<a href="http://www.codesfamily.com"><image src="https://i.ibb.co/92hmTt6/kisspng-softwa.png" height="60px" width="50px" alt="codes family"></a>
<image src="https://i.ibb.co/92hmTt6/kisspng-softwa.png" height="60px" width="50px" style="float:left;" alt="codes family">