Adscend

Click Here



Click Here



Click Here

Sunday 8 September 2013

Alignment Code

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

Learning HTML
Aspell.org





No comments:

Post a Comment