21 lines
360 B
HTML
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> |