How insert image on web page | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How insert image on web page

how does it work

29th Jul 2019, 2:25 AM
aquib
3 Answers
29th Jul 2019, 1:19 PM
Maryam AbD
Maryam AbD - avatar
0
By using <img> tag Example <Html> <Body> <img src="url of your image "/> </Body> </Html> You can set height , width and alternative text too. like <img src="url of your image " height="100px" weight="120px" alt="here you can put alternative text which appear when you put wrong url or when the image is not available or when the name of image is wrong mean it only appear when the image is not able to display (hope you get it) :)"/>
29th Jul 2019, 3:53 AM
Puneet
21st Jul 2020, 3:17 AM
shubham kumar
shubham kumar - avatar