How to add an image in html tell me full process ??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to add an image in html tell me full process ???

27th Dec 2018, 12:47 PM
Vinod Rawal
Vinod Rawal - avatar
4 Answers
+ 6
I hope you will get your answer from the following thread!! https://www.sololearn.com/discuss/1054246/?ref=app https://www.sololearn.com/discuss/1465956/?ref=app https://www.sololearn.com/discuss/389765/?ref=app https://www.sololearn.com/discuss/807227/?ref=app And Please prohibit yourself from creating duplicates! And use the search of SoloLearn before asking questions! Because the question is already asked on Q&A discussions section and there you can find your answer and solutions! If there are more same questions, the beautifulness of Q&A is hampered!😊 🔵Visit the following thread to know about the official guidelines of SoloLearn! https://www.sololearn.com/Discuss/1316935/?ref=app 🔴 View the code to get programming related links which will be very helpful to enrich your knowledge! https://code.sololearn.com/WvG0MJq2dQ6y/?ref=app
27th Dec 2018, 12:51 PM
AL Araf
AL Araf - avatar
+ 1
-Use the img tag <img/> -Specify the image lication with the src attribute <img src=""/> -src="image_name.image_extension" Eg src="tree.jpg" -the pucture automatally takes its original size, but is editable.
9th Jan 2019, 3:49 PM
Daniel Omidiran
9th Jan 2019, 5:08 AM
Treviance Hill
Treviance Hill - avatar
0
you can put the image in the projects location and put name of it in html like <img src="photo.jpg" alt=""/>
9th Jan 2019, 10:09 AM
Ahmed Omar
Ahmed Omar - avatar