Code images
how is the code to use images?
Voters
RYANTADIPARTHI (6010)
use the <img>
tag in hrml. Try this.
<img src="IMAGEURL">
in the src
, put whatever image url you want
You cannot use images if you're making a console application.
If you're making a website, you can do it using HTML:
Otherwise, if you're using a graphics library, refer to that library's documentation.
@SixBeeps thx <3