English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2007-09-25 04:07:31 · 4 answers · asked by abc d 1 in Computers & Internet Programming & Design

4 answers

< img src="image Source " width="" height="">

2007-09-25 04:12:23 · answer #1 · answered by Mag 7 · 0 0

Hi *
causes an "inline image" to be inserted into the output. The image will be retrieved and rendered as if it were just another part of the text. Inline images can occur within headings, or paragraphs, almost anywhere in fact, except body (in other words, you can have a 'free floating' tag--it must be contained within some other element.)

Attributes
has 1 required attributes src as well as 3 optional attributes.

src
The src attribute is used to specify the URL of the image (i.e. the address or filename the browser uses to retrieve the image file), e.g.


alt
alt is used to provide an text alternative to the image for readers whose browsers do not support graphics (or for visually impaired readers using alternative display devices). Although not required, the use of the alt attribute is nearly always appropriate and is strongly recommended. The only exception might be cases where the image is strictly decorative or of generic character. In this case the default text chosen by the browser (typically something like "[IMAGE]" may be adequate.
align
align can take one of three values:
top
middle
bottom
and is used to indicate how the browser should align the image with the adjacent text.
bottom: align the bottom of the image with the bottom of text
middle: align the middle of the image with the middle of text
top: align the top of the image with the top of text.

ismap
ismap marks the image as an active image map. This allows the user to click the mouse over the image and have different regions of the image cause different actions. In order for this attribute to have any effect, some configuration must be done at the server. On some servers setting up an imagemap is quite simple, on others the process is more involved and may involve some programming. Merely including the ismap attribute in the in your document will not magically make it a 'clickable map'.

for more info http://www-sul.stanford.edu/tools/tutorials/html2.0/img.html

2007-09-26 02:00:29 · answer #2 · answered by dewman_byju 4 · 0 0

You use the IMG tag

http://www.w3schools.com/tags/tag_img.asp

2007-09-29 06:02:28 · answer #3 · answered by Deepak Vasudevan 5 · 0 0


i think this would help.

2007-09-25 15:36:40 · answer #4 · answered by f1a93r 1 · 0 0

fedest.com, questions and answers