answersLogoWhite

0


Best Answer

You can by right clicking on an image and selecting "Copy Image URL" then using this code:

<img src="paste the image URL here" width="width of image" height="height of image" alt="describe the picture" />

And that will show the image at the desired width and height of your choosing. If you want it to be at the original height and with just remove the those two so would look like this:

<img src="paste the image URL here" alt="describe the picture" />

That will display the picture at it's original width and height.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can you display an image on my page?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How do you insert picture from desktop to HTML page?

You don't actually insert an image into an HTML page. An HTML page can display an image from any location where the browser has access to the file. Let us assume that the image you want to display on your HTML page is image.jpg. You use the tag to tell the browser to display your image. The person looking at your HTML page needs to be able to access the file on your desktop. You normally would upload your image to the Web server, so the visiting browser can see your image. If the image is on your desktop and the browser has access to your desktop content, here is the code you would use to display your image on the Web page:


How do you make a skull on HTML?

HTML is a language that the browser understands to display a document (page) You cannot create a skull using HTML. If you want to create a skull you need a program like Paint Shop or any image editor. You can place a picture of a skull on the page using the following HTML. Using HTML to display images you use the &lt;img&gt; tag. To display an image on a page, you need to use the (source attribute) src= The value of the src attribute is the URL of the image (skull) you want to display on your page which means that the image you want to display must be uploaded to a server, and have a web address (URL). The URL for the image points to the location where the image is stored on the server. It should look like this: &lt;img src="http://www.theURLfortheimage.com/Skull.jpg"&gt; Broken down it means &lt; img source = the address (URL) of the image is located / (for the name of the image) skull.jpg&gt;


How can you insert an image as a background if it is stored anywhere in the system?

You can display an image with HTML as long as you know the location of the image. You use the image tag like this: &lt;img src="...\anywhere\image.jpg" width="100" height="100" alt="My Image" /&gt;.


If you copy a picture from the internet how can you get a HTML code for it?

Image URL AddressIf you right click on the picture (image) a box will open. You then select "properties" and a properties window will open. The information provided will include Web Address (URL) This will have the URL of where the image (picture) is located. You can copy and paste it into the HTML of your document. You should have permission to use it.If you copied the image from another website you have to save it to your own server (host) to use on your web page. Again you should get permission from the website that hosted the image. To save it to a file you can right click the image, and select "save picture as" you then select the file you want to save it to. In order to use it on the web page the image must be hosted on a server.Using HTML to display images you use the tag. To display an image on a page, you need to use the (source attribute) src= The value of the src attribute is the URL of the image (skull) you want to display on your page which means that the image you want to display must be uploaded to a server, and have a web address (URL). The URL for the image points to the location where the image is stored on the server.


How are pictures posted to websites?

&lt;img src="the exact location and name of the image that you are embedding.file extension"width="# in pixels or percent" height="# in pixels or percent"&gt; for further information about web design, feel free to message me.

Related questions

How do you insert picture from desktop to HTML page?

You don't actually insert an image into an HTML page. An HTML page can display an image from any location where the browser has access to the file. Let us assume that the image you want to display on your HTML page is image.jpg. You use the tag to tell the browser to display your image. The person looking at your HTML page needs to be able to access the file on your desktop. You normally would upload your image to the Web server, so the visiting browser can see your image. If the image is on your desktop and the browser has access to your desktop content, here is the code you would use to display your image on the Web page:


How do you find a pictures HTML?

Using HTML to display images you use the tag. To display an image on a page, you need to use the (source attribute) src= The value of the src attribute is the URL of the image (skull) you want to display on your page which means that the image you want to display must be uploaded to a server, and have a web address (URL). The URL for the image points to the location where the image is stored on the server. It should look like this: Broken down it means < img source = "the address (URL) of the image is located / (for the name of the image) Youri_picture.jpg">


How you make a HTML code of your photo?

Using HTML to display images you use the tag. To display an image on a page, you need to use the (source attribute) src= The value of the src attribute is the URL of the image you want to display on your page which means that the image you want to display must be uploaded to a server, and have a web address (URL). The URL for the image points to the location where the image is stored (the server)It should look like this: Broken down it means < img source = the address (URL) of the image location/ (for the name of the image) yourimage.jpg>


How do you make a skull on HTML?

HTML is a language that the browser understands to display a document (page) You cannot create a skull using HTML. If you want to create a skull you need a program like Paint Shop or any image editor. You can place a picture of a skull on the page using the following HTML. Using HTML to display images you use the &lt;img&gt; tag. To display an image on a page, you need to use the (source attribute) src= The value of the src attribute is the URL of the image (skull) you want to display on your page which means that the image you want to display must be uploaded to a server, and have a web address (URL). The URL for the image points to the location where the image is stored on the server. It should look like this: &lt;img src="http://www.theURLfortheimage.com/Skull.jpg"&gt; Broken down it means &lt; img source = the address (URL) of the image is located / (for the name of the image) skull.jpg&gt;


How do you add image at left top using HTML?

Using HTML to display images you use the tag. To display an image on a page, you need to use the (source attribute) src= The value of the src attribute is the URL of the image (skull) you want to display on your page which means that the image you want to display must be uploaded to a server, and have a web address (URL). The URL for the image points to the location where the image is stored on the server. It should look like this: Broken down it means < img source = the address (URL) of the image is located / (for the name of the image) Yourimage.jpg> To place the image on a certain location on the page you need to use a table. Tables are important for placing desired text or content in a specific area on the page. Without tables the HTML will be viewed as a list starting from the top down. Think of it as creating a grid on the page, and you can place content or image in each cell of that grid where desired.


How does HTML deal with a picture on a webpage?

Using HTML to display images you use the &lt;img&gt; tag. To display an image on a page, you need to use the (source attribute) src= The value of the src attribute is the URL of the image you want to display on your page which means that the image you want to display must be uploaded to a server, and have a web address (URL). The URL for the image points to the location where the image is stored on the server. It should look like this: &lt;img src="http://www.theURLfortheimage.com/Yourimage.jpg"&gt; Broken down it means &lt; img source = the address (URL) of the image is located / (for the name of the image) Yourimage.jpg&gt;


What is the HTML code for placing a circle?

HTML is not a programming language and it cannot do things like drawing circles. The only thing you can do is get a graphic with a circle in it and use the img tag to display the image on the page. An example might be:HTML is not a programming language and it cannot do things like drawing circles. The only thing you can do is get a graphic with a circle in it and use the img tag to display the image on the page. An example might be:HTML is not a programming language and it cannot do things like drawing circles. The only thing you can do is get a graphic with a circle in it and use the img tag to display the image on the page. An example might be:HTML is not a programming language and it cannot do things like drawing circles. The only thing you can do is get a graphic with a circle in it and use the img tag to display the image on the page. An example might be:HTML is not a programming language and it cannot do things like drawing circles. The only thing you can do is get a graphic with a circle in it and use the img tag to display the image on the page. An example might be:HTML is not a programming language and it cannot do things like drawing circles. The only thing you can do is get a graphic with a circle in it and use the img tag to display the image on the page. An example might be:HTML is not a programming language and it cannot do things like drawing circles. The only thing you can do is get a graphic with a circle in it and use the img tag to display the image on the page. An example might be:HTML is not a programming language and it cannot do things like drawing circles. The only thing you can do is get a graphic with a circle in it and use the img tag to display the image on the page. An example might be:HTML is not a programming language and it cannot do things like drawing circles. The only thing you can do is get a graphic with a circle in it and use the img tag to display the image on the page. An example might be:HTML is not a programming language and it cannot do things like drawing circles. The only thing you can do is get a graphic with a circle in it and use the img tag to display the image on the page. An example might be:HTML is not a programming language and it cannot do things like drawing circles. The only thing you can do is get a graphic with a circle in it and use the img tag to display the image on the page. An example might be:


How can you insert an image as a background if it is stored anywhere in the system?

You can display an image with HTML as long as you know the location of the image. You use the image tag like this: &lt;img src="...\anywhere\image.jpg" width="100" height="100" alt="My Image" /&gt;.


If you copy a picture from the internet how can you get a HTML code for it?

Image URL AddressIf you right click on the picture (image) a box will open. You then select "properties" and a properties window will open. The information provided will include Web Address (URL) This will have the URL of where the image (picture) is located. You can copy and paste it into the HTML of your document. You should have permission to use it.If you copied the image from another website you have to save it to your own server (host) to use on your web page. Again you should get permission from the website that hosted the image. To save it to a file you can right click the image, and select "save picture as" you then select the file you want to save it to. In order to use it on the web page the image must be hosted on a server.Using HTML to display images you use the tag. To display an image on a page, you need to use the (source attribute) src= The value of the src attribute is the URL of the image (skull) you want to display on your page which means that the image you want to display must be uploaded to a server, and have a web address (URL). The URL for the image points to the location where the image is stored on the server.


What will be the HTML syntax of the image after copying it to a CD?

An image does not have an HTML syntax. If you copy an image from a Webpage, you save just the image file (e.g. image.jpg). You do not save any of the HTML code used to tell the browser where to locate the image to display on the page.


How can you get info to be displayed on a web page without changing the page by clicking on a link or image?

You can use an iFrame or a pop-up window to display it. You can also use JavaScript too.


Web page fails to display except for red x in small box?

The little red x in the small box is there because the image is not loading.