马上注册,结交更多好友,享用更多功能^_^
您需要 登录 才可以下载或查看,没有账号?立即注册
x
本帖最后由 liuzhengyuan 于 2020-1-22 14:28 编辑
《零基础入门学习web开发》第29讲 小姐姐,我住在这个城市 | 学习笔记
· 程序:<!DOCTYPE html>
<html>
<head>
<title>029lesson</title>
</head>
<body>
<p>嵌入百度官网<a href="https://www.baidu.com" target="_blank">(www.baidu.com)</a></p>
<iframe src="https://www.baidu.com" width="1024px" height="400px">您的浏览器太low了,不支持啊。</iframe>
<br><meter high="0.9" low="0.5" optimun="0.85" value="0.7" max="1" min="0"></meter>
<br><progress max="1" value="0.7" ></progress>
</body>
</html>
· 运行效果:
|