IMAGE TAGS
[Basic Rules of Image
][Image aligned with Text]
[Floating Image
][Floating Image 2
][Caption
][Border Line
]

Basic Rules of Image
<img src=image_URL>
<img src=image_URL alt=image-name>
Text based browsers can display "image-name" given in <alt> tag.
- Most Web browsers can display GIF or X Bitmap (XBM) format as in-line imades.
- Netscape supports JPEG format for in-line image.

Image aligned with Text
-
<img src=URL align=top> My face!
My Face!
-
<img src=URL align=middle> My face!
My Face!
-
<img src=URL align=bottom> My face!
My Face!
- One text line can be flown into the both side of Image.

Floating Image
<img align=left>
-
<img src=URL align=left>My Face!<br>
It is always<br>
smiling.<br>
Hahaha....<br>
My Face!
It is always
smiling.
Hahaha....
|
<img align=right>
My Face!
It is always
smiling.
Hahaha....
|
<br clear=all>
-
<img src=URL align=left>My Face!<br>
It is always
<br clear=all>
smiling.<br>
Hahaha....<br>
My Face!
It is always
smiling.
Hahaha....
|
<img vspace=# hspace=#> #=value
-
<img src=URL align=left vspace=10 hspace=20>My Face!<br>
It is always<br>
smiling.<br>
Hahaha....<br>
My Face!
It is always
smiling.
Hahaha....
|

Floating Image 2
<fig align=left>
-
<fig src=URL align=left></fig>
My Face!<br>
It is always<br>
smiling.<br>
Hahaha....<br>
My Face!
It is always
smiling.
Hahaha....
<fig align=right>
My Face!
It is always
smiling.
Hahaha....

Caption
<caption>...</caption>
-
<fig src=URL>
<caption><small>My Face</small>
</caption>
</fig>
My Face
<br align=center>
<fig src=URL align=center>
<caption><small>My Face</small>
<br align=center></caption>
</fig>
My Face
<br align=right>
My Face

Border Line (E-HTML ONLY)
<img border=#> #=value
(In a href connection, border=0 removes the visible border)
-
<img src=URL border=15>
-
<a href="URL">
<img src=URL border=15>
</a>

[Page][Font][Text Style ][Image][Table][Form][Applet][Frames]
[Marquee][Image Map][Javascript][Entities][Tag Index]