answersLogoWhite

0

first you will need the image somewhere on your server or located on an image hosting site.

then add the HTML to your webpage.

src="locationOfImage" width="imageWidth" height="imageHeight">

the src is the file location on your server. For example if it was in the same folder as the HTML document that calls it it would simply be nameOfImage.png. if it were located a directory down in an images folder than you would have to locate like such: images/nameOfImage.png.

the width and height attributes are well the height and width of the image. You would just put a number for the values. They don't need to be exact but if you were to make them smaller than the actual image size the browser will make the adjustments and squish it down.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How do you make and image automatically switch to a webpage?

You anchor it to an URL. You would like to have the image send a visitor to another webpage. Add this code, direcly above the image code <a href="another webpage address"> and this code direcly after the image code </a> This will made the image a clickable link to "another webpage address".


How do you insert an image into a webpage?

Add the HTML tag to the body of your webpage where you want it to be displayed:adding height="100" and width="100" (in an example 100x100px image) is recommended, but not required.Note: the image will have to be on the internet if you want it to be seen by anyone who has the page. Websites like flickr or tinypic will host your images for free.Also, with CSS you can set background-image:url('path/to/image.jpg'); to set the background image of an element.


How do you add video in webpage using hyperlink?

You can't add a video in a webpage using hyperlink but through embedding instead.


Can other people see photos on an image hosting service webpage?

Yes, people can see photos on an image hosting service webpage. The reason being is once you submit a photo it becomes property of webpage and they can use it for promotional items.


How do you put and image on webpage?

Putting an image is as simple as putting a text. You just have to put an image tag and its path alongside.


Can a tag be assigned to a webpage digital image or video?

yes


What is image that appears for webpage on top of browser called?

A Logo or a Header.


What will link you to a webpage or an image or an email address?

facebook,twitter,and myspace


Can you add a blog to your webpage?

Yes,surely you can add your blog to your web page.


How can you display an image in webpage?

To display an image in a webpage, use the IMG tag. First, you need to make sure that your image is located someplace accessible to the rest of the internet (i.e. on the server.) Then you need to find the address to the image. This is pretty straight forward. You can use the relative path if you'd like. Take that address and assign it to the SRC attribute of the image. Then add an alt attribute to the image, containing a short description of what the image is about. (Otherwise, it won't be technically valid.) <img src="example.jpg" alt="Example Image"> One other note, the generally accepted formats on the web are jpg, gif, and png. If your image is in another format, you should convert it before you begin.


Why is it important to add a background to a webpage?

so that is coool


Which tag used to add lengthy text in webpage?

A text area can be used to add lengthy text in a webpage It contains a big text block for user input.