<html>
<body>
<p>This is a paragraph. This text has no alignment specified.</p>
<div align="center" style="border:1px solid red">
This is some text in a div element!
</div>
<p>This is a paragraph. This text has no alignment specified.</p>
</body>
</html>