How do I align a table to the right (or left)?
Answer / Rohit Porwal
To align a table to the right, use the CSS property `text-align: right;` on table cells. To align it to the left, use `text-align: left;`. You can apply these properties using inline styles or by defining them in an external CSS file.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I get a so-and-so character in my HTML?
How do you keep list elements straight in an HTML file?
Differentiate between localStorage and sessionStorage objects.
How to insert a copyright symbol on a browser page?
How to insert a comment in an html page?
What is the role of w3c?
How do you make a picture into a background image of a web page?
What is space in html?
Explain image map?
What is html and how is it used?
What is semantic elements?
What is the use of figcaption tag in html 5?