Tuesday, July 15, 2014

Alignment

Another css style i'll only talk about most used styles and i want you to go and search it up on google or any other website to know more about this
whats Alignment  its kinda the location of our object or element (image,table,text)
there's four values of Alignment which is :


  1.     Center
  2.     Right
  3.     Left (The Defualt)
  4.     Justify
how to use you can use it as we did before in inline style or external or embedded style
for example :
<html>
            <head>
            </head>
            <body>
                        <img src="mypic.jpg" align="Center">
            </body>
</html>
   
 Hope you'll like it :)

No comments:

Post a Comment