<!DOCTYPE html>
<html>
<head>
<title>HTML center 标签</title>
</head>
<body>
<center>该文本居中。</center>
</body>
</html>