Right align and left align text in same HTML table cell

前端 未结 8 1491
梦谈多话
梦谈多话 2020-12-08 03:52

I have a cell in an HTML

. I would like part of the cell contents to be left justified and part to be right justified. Is this possible?

8条回答
  •  一生所求
    2020-12-08 04:42

    td style is not necessary but will make it easier to see this example in browser

left
right

提交回复
热议问题