how I can put a visual image using img tag???? Im new!! "" | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how I can put a visual image using img tag???? Im new!! ""

how I can put image of mine??? using img tag....

30th Nov 2016, 3:38 PM
md.safik hasan
md.safik hasan - avatar
1 Answer
+ 4
<img src="directory_of_your_image"/> You can also set width and height of your image using width and height. if your image is on the parent of your html directori, you must use '../' in front of your image filename. eg. <img src="../my_img/my_photo.jpg" height="100px" width="50px"/> or <img src="../my_img/my_photo.jpg" style="height:100px; width:50px"/>
30th Nov 2016, 3:58 PM
Fendi Septiawan
Fendi Septiawan - avatar