test-html

117 阅读1分钟
<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8" />
		<title>测试网页</title>
		<link rel="stylesheet" type="text/css" href="css/index.css"/>
		<style type="text/css">
			p {
				background-color: hotpink;
			}
		</style>
	</head>
	<body>
		<p style="color: white;">段落标签</p>
	</body>
</html>