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.

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

<TD Align ="Right">

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

<TD Align ="Right">