<!DOCTYPE html>
<html>
<head>
<style>
p {
text-align: center;
}
</style>
</head>
<body>
<h2>Centering Text</h2>
<p>This text is centered.</p>
</body>
</html>