Image

An image can be used to display any picture to the user on a website.

Responsive Image

Responsive images changes its size according to change in View port width. They can expand and contract according to the need..

image
                               
                                   <div class="image-container">
                                      <img src=" alt="image" class="responsive-image">
                                   </div>
                               
                           

Round Image

Round images are circular in shape, below is an example of round image.

round-image
                                
                                    <img src=" " alt="round-image" class="round-image">