what should i do to include a png image instead of jpg image? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what should i do to include a png image instead of jpg image?

9th Mar 2017, 1:09 PM
ARAVINTHALPHA
ARAVINTHALPHA - avatar
1 Answer
+ 4
add your png to your website directory and insert it in your html as you would do normally with a jpg. <img src="myPicture.png">
9th Mar 2017, 1:29 PM
seamiki
seamiki - avatar