其他分享
首页 > 其他分享> > 前端——第一个网页

前端——第一个网页

作者:互联网

代码:

<html>
	<head>
		<title>第一个网页</title>
	</head>
	<body>
		<center>
			天地皆得一,<br/>澹然四海清。
		</center>
	</body>
</html>

效果图:

标签:四海,第一个,前端,效果图,网页,澹然
来源: https://blog.csdn.net/hdtyky/article/details/121990501