Multiple choice technology web technology Choose the correct HTML to left-align the content inside a tablecell <tdleft> <td align="left"> <td valign="left"> <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).