How do I center a table?
Answers were Sorted based on User's Feedback
Answer / devendra saini
it's a common tags for table
<TABLE ALIGN=CENTER>
But it's can be done by CSS Styly="margine:0px auto;
position:relative;"
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / guest
The "correct" way of doing it is <TABLE ALIGN=CENTER>, but
this doesn't work in several popular browsers. Put <CENTER>
around the entire table for these browsers.
This causes some problems with browser that do support
CENTER but not tables, such as Lynx. In these browsers, the
contents of the cells is now displayed centered, which is
not what is intended. To avoid this, you can put the cell's
contents in <P ALIGN=left> or <DIV ALIGN=left> depending on
the amount of text in the cell.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is manifest file in html5?
How to write the opening tag of an xhtml element?
Why do we need br?
What is zhtml?
Is html5 flash?
What is li a in html?
List out the new features of html5?
Tell me about technologies that we use in dhtml?
What is the difference between a tag and an element in html?
How we can create dropdown list control in html?
tell me what is the ? Is it necessary to use in html5
Is sql a programming language?