Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between Canvas and SVG graphics?
How fontsize and font size is differ in dhtml?
What is the main use of html?
Why is br tag used?
What is bulleted and numbered lists?
What is the difference between html4 and html5?
What is a better way to design the layout of a web page – a table tag or div?
What is a h1 tag?
What are empty html elements?
What is website storage?
What is new in html 5?
What is the main purpose of html?
What is local storage in html5? How it is used?
What is the importance of doctype in html?
What is the difference between html5 and html?