How To

How to insert an image in HTML?

Updated On: 2024-06-02

An image plays a vital role in web and helps in many ways to make the internet meaningful. 

What is an image?

An image is a visual representation of something, such as a photo, drawing, or graphic, usually in digital form.

In digital contexts, images can be created, viewed, manipulated, and stored on computers and other electronic devices. Common image file format includes JPEG, PNG, GIF, BMP, and SVG.

Ways to insert an image in HTML

We can insert an image in HTML in two ways.

1) Using img tag and 

2) Using CSS background Image property

Insertion using <img> tag

Insertion using CSS background image property

Related video

Related Resources

For more information, you can use the following resources:

How to Insert an Image in HTML at Geeksforgeeks

 CSS background-image Property at Geeksforgeeks

 Images in HTML at MDN