html標籤之img


<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>image tag演示</title>
</head>
<body>
    <img src="./img/qzx1.jpg" alt="全智賢" title="妹子" width="200px">
    <img src="./img/freebsd.jpg" alt="freebsd" title="類unix" width="200px"><br />
    <img src="./img/qie.gif" alt="竊格瓦拉" title="類unix" >
    <img src="./img/notExist.gif" alt="這是圖片不存在顯示的" title="不存在" >
</body>
</html>


<img src="./img/qzx1.jpg" alt="全智賢" title="妹子" width="200px">

alt:圖片不存在時顯示的文字,替換文本html

title:鼠標放到圖片上時,顯示的文字,提示文本spa

src:圖片的源地址unix

width:寬,若是不設置高則等比例縮放code

height:高htm

效果

image

相關文章
相關標籤/搜索