<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
.center-text{
text-align: center;
}
.imgcenter{
display: block;
margin: auto;
}
</style>
</head>
<body>
<h1 class="center-text">This is a 标题.</h1>
<h2>u know what m3</h2>
<p>这里是网页段落</p>
<p style="color: #66ccff;">洛色</p>
username:<input type="text">
password:<input type="password">
<button>登录</button>
<a href="https://www.bilibili.com" target="_blank">这是什么网站,点一下</a><br>
<!-- 此乃空格 -->
<br>
<!-- 此乃资源加载 -->
<img class="imgcenter" src="https://qcloud.dpfile.com/pc/0X96zxN-S9KejnCyzYlY5duz1KI41t9NlHqHzwvIN3Owy43j2YldXkWVhVrI7Ign.jpg" width="300"alt="gundam"/>
<br>
<div>
<b>应该会加粗</b>
<i>是斜体吗</i>
<sub>sub 潜下去</sub>
<sup>sup升上来</sup>
</div><br>
<em>这什么</em>
<ins>插入一下</ins>
<del>不是</del>
<small>看不见我</small>
<code>???</code><br>
</body>
</html>