| 图象(IMAGE)标记(TAGS) |
|
|
作者:未知 文章来源:网络整理 点击数:
更新时间:2004-9-19  |
|
| |
链入图象的基本语法
<img src=#> #=图象的 URL
<img alt=#> #=在浏览器尚未完全读入图象时,在图象位置显示的文字。
- <img src="f.gif" alt="MY FACE :-)">
图象和文字的对齐
<img align=#> #=top, middle, bottom
- <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!
- 只有一行文字才可以放在图象的两边。(不知道翻译的对不对?)
- Only 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....
边框
<img border=#> #=value
- <a href="URL">
<img src=URL border=15> </a>
|
| 文章录入:admin 责任编辑:admin
|
|
上一篇文章: 文字布局(TEXT STYLE)标记(TAGS)
下一篇文章: 多窗口页面(Frames) |
| 【字体:小
大】【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口】
|