-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnew.html
More file actions
27 lines (26 loc) · 825 Bytes
/
Copy pathnew.html
File metadata and controls
27 lines (26 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>康文昌的在线HTML 教学小工具</title>
<style>
body {
margin: 0;
}
</style>
</head>
<body>
<h1>注意:上方编辑器的修改将在此处实时显示变更。</h1>
<p>这是网页html 的标准模板,各自标签的作用<a target="_blank" rel="noopener noreferrer" href="https://www.bilibili.com/video/BV1hY411j7UM/">看这里介绍</a></p>
<img src="https://www.midorg.com/midlogo.png" alt="logo" width="100px" height="100px">
<br>
<a
href="https://www.midorg.com/"
target="_blank"
rel="noopener noreferrer"
>
元岛社区 www.midorg.com
</a>
</body>
</html>