212k views
2 votes
How Can I add a image in an HTML program?​ please tell

User Jonas Kohl
by
5.7k points

1 Answer

6 votes

Answer:

use the img tag

Step-by-step explanation:

First of al, HTML is not a program, it is a markup language.

To add an image, use:

<img src="...url to the image...">

User Jbaums
by
6.1k points