Blogger Information
Blog 3
fans 0
comment 0
visits 1493
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
1208复习作业
A瞌睡虫
Original
459 people have browsed it

这是我的第一个作业

1.html是什么呀

<!DOCTYPE html>

<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>我的网页</title>
</head>
<body>
<h1>我的网页</h1>
<h2>我的网页</h2>
<h3>我的网页</h3>


<!-- 锚点 -->
<a href="#db" style="color: red; font-size: 50px;">点击到底部</a></br>

<!-- a标签 -->
<a href="https://www.baidu.com" target="_blank">打开百度</a></br>


<!-- 内嵌框架 -->
<a href="https://www.baidu.com" target="baidu">打开百度</a></br>
<iframe src="" name="baidu" width="400"></iframe>

<!--锚点-->
<div style="margin-top: 1000px;" id="db">我是底部</div>
<a href="#">回到顶部</a>
</body>
</html>

Correcting teacher:天蓬老师天蓬老师

Correction status:qualified

Teacher's comments:
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post