HTML Alignment
The text-align property specifies the horizontal alignment of text in an element.
Align attribute can be used with headlines, paragraphs, horizontal rules, pictures and so on. There are three alignment values: left, center and right.
Example
<html>
<head>
<title>Alignment Example</title>
</head>
<h4 align="center">Learning HTML<br /> Aspell.org</h4>
</body>
</html>
Output
No comments:
Post a Comment