answersLogoWhite

0

You can use this code:

<img src="/images/imgname.jpg" width="500" height="500">

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How do I upload an image I have and use the HTML code but the image doesn't show What did I do wrong?

You should check your folder hierarchy and verify that all the HTML/xHTML code is correct. You can use an image editor to ensure the HTML code is correct.


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 do you upload an image in HTML code?

First add image (.jpg, .png, .gif) into 'images' folder in main root of the site. In HTML code add &lt;img alt="word or phrase describing image" height="162" src="path where image is coming from images/img.gif" width="917" /&gt;


How do you upload an image to a HTML document?

To put an image in an HTML document, first upload the image to a web server somewhere. Then, copy the URL of the document. Finally, place the following code into the HTML document: &lt;image src="PASTE URL HERE" /&gt;


How do you upload a picture on tinier me?

You don't really "upload", you use HTML. i prefer this: &lt;img src=IMAGE URL HERE&gt; any image is accepted as long as the URL is a direct link to the photo or picture this can only be on profiles


How do you use images in HTML?

HTML has a markup tag to tell the browser where to find an image for viewing. If the image is not in the same directory as your HTML file, you need to give the browser enough information to locate the image. Here is an example of HTML code to display an image: &lt;img src="image.jpg" width="100" height="100" alt="My Image" /&gt;.


How do you control image length and width in HTML?

You can contro the image's length and width in HTML by using the following code:Note: The ? indicates the number you coose. The "?" indicates the location of the image you wish to select.


When creating an HTML file you should separate sections of HTML code with what?

spaces


What is HTML code to create a webpageb to insert an images of input devices and output devices?

The code to insert an image beings with the &lt;img&gt; tag. If you want the user to enter the image, you have to apply image upload.


Where you can get and HTML code for run?

HTML code should be written by hand to practice it. It can be run on a local machine or on a server.


What should be the first line of your HTML file?

The first line of your HTML file should start with &lt;!DOCTYPE HTML PUBLIC.... The first line of the actual HTML code begins with the &lt;html&gt; tag.


Picture is in a HTML website how do you link a video to it?

you will put an &lt;a href="video/video.flv"&gt; tag in front of the image code and &lt;/a&gt; after the image code. You will put your video destination in the place of video/video.flv