Wednesday, December 26, 2018

Text Alignment.

HTML TEXT ALIGNMENT:-

<html>
<body>

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

</body>
</html>

OUTPUT:-

  • The text-align property defines the horizontal text alignment for an HTML element

No comments:

Post a Comment

Internal Javascripts

Internal Javascripts :    The script code can be written directly into the HTML document. script code is placed in header of the docume...