Files
ClassContent/历届学生/罗朝/2019-04-01/class.html
2024-09-27 02:06:13 +08:00

21 lines
360 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>标签分类</title>
</head>
<body>
<p>我是p</p>
<h2>我是h2</h2>
<a href="">超链接1</a>
<strong>我是 strong</strong>
</body>
</html>