图像标签

图像标签用于向网页中添加图片

形式:<img .../>

对图片属性修饰:

src = ".."  用于存放图片的路径

alt = ".."  用于添加图片的说明文字

height = ".." 图片的高度

width = ".."  图片的宽度

border = "12" 图片的边框

代码举例:

<html>
<head>
<title>无标题文档</title>
</head>
<body>
<img src="file:///D|/Photo/desktop/6ce6d341c1a63ab414b4613a8bad6d58.jpg" alt="this is a picture" height="133" width="222" border = "12" />
</body>
</html>

 

posted @ 2014-09-21 22:37  风痕影默  阅读(142)  评论(0编辑  收藏  举报
友情链接:极限BT