> HTML Alignment ~ Online tutorial

HTML Alignment

Text Alignment
We can align the text at left,right,center using <div> tags.
syntax
<div align='left/center/right'>
Example

<html>
<head>
<title>
HTML Alignment
</title>
</head>
<body>
<div align='left'>This is left align</div>

<div align='right'>This is right align</div>

<div align='center'>This is center align</div>
</body>
</html>

Output

This is left align

This is right align

This is center align

Please Give Us Your 1 Minute In Sharing This Post!
Please Give Us Your 1 Minute In Sharing This Post!
SOCIALIZE IT →
FOLLOW US →
SHARE IT →
Powered By: BloggerYard.Com

0 comments: