+ 3
How to add an image in html tell me full process ???
4 Respostas
+ 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
+ 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.
0
you can put the image in the projects location and put name of it in html like
<img src="photo.jpg" alt=""/>