How do you align a table to the right (or left)?
Answer / Gaurav Wadhawan
To align a table cell to the right, use the CSS property text-align with a value of 'right'. For the entire table, use the attribute style='text-align: right;' in the table tag. To align to the left, set text-align to 'left'.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does the alt attribute do?
What is #document in html?
Is local storage secure?
How do I align a table to the right (or left)?
What is the relation between xhtml and sgml?
What are some html5 new tags?
What is a list tag and mention the most commonly used list tags?
What is tr and td in html?
What is the difference between svg and canvas elements?
What is the purpose of the alt attribute in <img>?
How do I create frames?
What is an element in html?