+ 4
Adding image in web page-
How can i add my image in my webpage?
11 Answers
+ 8
<img src="filename.Extension">
+ 8
Always add to a <body> tag
+ 4
Hi Rudro Saha,
<img src="file_source">
I hope this helps you.
Best wishes,
Manan
+ 2
<img src="name.jpg" alt="alternative text bla bla bla" title="some title text">
+ 2
Open a folder. Put the photo and the page in it
( And you already wrote the image code on the page...)
If so, the photo will appear on the page...
So easy!
+ 1
Use Dropbox to create the link and read the article below!!
It must help you!!
https://www.sololearn.com/discuss/1054246/?ref=app
+ 1
<img src="enter your path of image file" >
+ 1
<img src= āwhatever the source isā> example: if i have a image in my file with the same directory as my code... such as if i have a image named āscreenshot1.jpgā... i would have to put it in the same directory as my code and type it as <img src= āscreenshot1.jpgā> you can also copy and paste img source from different sources such as http and such. jus make sure that its ok for you to use it if you do. and dont forget to add the alt=ānameā just incase the image doesnt load for some people
0
Simply use the html tag "<img>"(in the html body) this tag is empty so it doesn't have a closin tag.
After that you can add your link in the tag using the "src" which basically means source. Where you got your image from.
The get the URL after that copy it onto your <img src"PasteimageURLhere">.
0
to add image to website you have to use this code:
<IMG SRC="path of file"></IMG>
to change it height and width you have to do:
<IMG SRC="path of file"height="50px"width="60px"></IMG>
- 2
Learn how to work with images here:
https://www.w3schools.com/html/html_images.asp