CBSE Class 10 Computer Applications
Question 46 of 81
Images, Links and Tables — Question 10
Back to all questions 10
Question Question 10
Choose the correct HTML code to right-align the data inside a table cell.
<TRright Align><TD Align ="Right"><TD VAlign ="Right"><TR "Right">
<TD Align ="Right">
Reason — To right-align the data inside a table cell, we use the given HTML code:
<TD Align ="Right">