whats Alignment its kinda the location of our object or element (image,table,text)
there's four values of Alignment which is :
- Center
- Right
- Left (The Defualt)
- Justify
for example :
<html>
<head>
</head>
<body>
<img src="mypic.jpg" align="Center">
</body>
</html>
Hope you'll like it :)
No comments:
Post a Comment