Multiple choice technology web technology

Choose the correct HTML to left-align the content inside a tablecell

  1. <tdleft>

  2. <td align="left">

  3. <td valign="left">

  4. <td leftalign>

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

HTML uses the align attribute on to specify horizontal alignment. correctly left‑aligns cell content, whereas the other syntaxes are either invalid tags or misuse of valign (vertical alignment).