KnowledgeBoat Logo
|

Computer Applications

Give any two attributes of <TD> tag and write their uses.

HTML Intro

6 Likes

Answer

Two attributes of <TD> tag are:

  1. align — This attribute is used to control the horizontal alignment of the contents of a cell. It can have values left, right and center.
  2. width — This attribute is used to define the width of a cell either in pixels or in percentage value of table width.

Answered By

1 Like


Related Questions