0
How can i insert image into a HTML document?
Having problem inserting image in an HTML document
3 Réponses
+ 1
Similar posts available, use search bar before posting ur question.
Check these resources,
https://www.sololearn.com/discuss/2290126/?ref=app
https://www.sololearn.com/discuss/1325165/?ref=app
https://www.sololearn.com/discuss/2074453/?ref=app
https://www.sololearn.com/discuss/1572389/?ref=app
https://www.sololearn.com/discuss/1608657/?ref=app
https://www.sololearn.com/discuss/2084638/?ref=app
https://code.sololearn.com/Wy3lrXNwGsgJ/?ref=app
+ 1
Have you tried doing this
<img src="image.jpg" alt="This is an image inserted in html">.
The src is the name of the file you want to show and alt is what should be displayed if the browser can't show the image. You can also add width and height if you want