answersLogoWhite

0


Best Answer

A picture is worth a thousand words is what some people say. For instance, if there was a picture of someone throwing a football and it was on a website, you could most likely guess the site is about football.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is importance of an image in webpage?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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".


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


The image or icon that can be clicked to display a webpage?

The correct way to display an image on a webpage through HTML coding is


Create a webpage to show image mapping?

create a web page to showimage mapping


What is the default alignment of an image that is inserted in the webpage?

Left is the default alignment :D


Put a picture in the background of a webpage using HTML?

Change the <body> tag to <body style="background-image: image.jpg">. Replace image.jpg with your image.


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.


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.