Computer Applications

Choose the correct HTML code to right-align the data inside a table cell.

  1. <TRright Align>
  2. <TD Align ="Right">
  3. <TD VAlign ="Right">
  4. <TR "Right">

HTML Advanced Features

1 Like

Answer

<TD Align ="Right">

Reason — To right-align the data inside a table cell, we use the given HTML code:

<TD Align ="Right">

Answered By

3 Likes


Related Questions