AlfieWebDevTips Homefor new and experienced developers
[Home Home] [Web Development Web Development ] [Code Generators Code Generators ] [Resources Resources ] [Contact Us Contact ] |WebDevTips Privacy Privacy |
Print This Page

You are here : Home - Resources - FAQ - HTML Q2

FAQ - HTML Q2



Q2: How do I align tables to left, right or centre?

A: Aligning gets done in the table tag - examples below

left aligned table
<table border="1" width="100">

   
   
   
   


centre aligned table
<table border="1" width="100" align="center">

   
   
   
   


right aligned table
<table border="1" width="100" align="right">

   
   
   
   



back to faq




Google
 

[back to top of page]   

[labelled with icra -  - this link will open in a new window] [RSS Content]

[Copyright © WebDevTips]