Horje

Full Example of Text Alignment HTML Style

<!DOCTYPE html>
<html>
<body>

<h1 style="text-align:center;">Centered Heading</h1>
<p style="text-align:center;">Centered paragraph.</p>

</body>
</html>

Output should be:

Full Example of Text Alignment HTML Style




Category:
Web Tutorial
Sub Category:
HTML Styles
Uploaded by:
Admin