2 Star 12 Fork 5

shuiruohanyu/gao-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
05_img标签的使用.html 599 Bytes
一键复制 编辑 原始数据 按行查看 历史
shuiruohanyu 提交于 2024-12-07 11:52 . 图片标签的使用
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>05_图片的使用</title>
<style>
.img {
width: 300px;
height: 300px;
border-radius: 50%;
}
</style>
</head>
<body>
<img class="img" src="https://q3.itc.cn/q_70/images03/20241207/ebf3456341c345d3bce5c59f8db7368a.jpeg" alt="">
<img class="img" src="http://gips2.baidu.com/it/u=195724436,3554684702&fm=3028&app=3028&f=JPEG&fmt=auto?w=1280&h=960" alt="我是一个狗">
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shuiruohanyu/gao-web.git
git@gitee.com:shuiruohanyu/gao-web.git
shuiruohanyu
gao-web
gao-web
main

搜索帮助