How to put picture | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to put picture

18th Jun 2016, 2:29 PM
Aayush
4 Answers
+ 3
put the image file in the folder that you have the .html or .htm file then use this code <body> img src="example.png"alt=""/> </body> and example.png is just an example type the name in that code like example is the name of the image and .png is the type of image
18th Jun 2016, 2:36 PM
Khair Baksh
Khair Baksh - avatar
+ 1
<img src="picname.png" width="300"height="200"><\img> For eg
18th Jun 2016, 2:38 PM
Khun Pyae Phyo Aung
Khun Pyae Phyo Aung - avatar
+ 1
<img src="example.extention type">
18th Jun 2016, 2:53 PM
Florence Jay Munar
Florence Jay Munar - avatar
0
You can also make a picture your back ground
19th Jun 2016, 6:37 AM
princemutungi
princemutungi - avatar