您的位置:首页 > Web前端 > HTML

第三节 html插入图片

2017-02-10 11:10 134 查看
<html>
<head>
<title>插入图片</title>
</head>
<body>
<!--居中标签-->
<center>
<!--图片标签 width是图片宽度属性 height是图片的高度属性 src图片加载路径属性可以是本地的,也可以是网页图片地址-->
<img width=200 height=100 src="https://ss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/logo/bd_logo1_31bdc765.png">
<p>网页也可以图文并茂!</p>
</center>
<center>
<img width=100 height=100 src="D:\温习网页\bd_logo1_31bdc765.png">
</center>
</body>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: