HTML tags inside

前端 未结 3 1815
忘了有多久
忘了有多久 2020-12-15 15:05

I have a table in a page that consists of checkboxes in the cells on the left and descriptions in the cells on the right. The \"description\" contains h4 headers and plain t

3条回答
  •  天涯浪人
    2020-12-15 15:32

    The element in HTML is an inline level element and cannot contain block level elements.

    This is probably what's causing your issues. Alternatively you can put your labels inside the

    's :

    
    <
    

    more stuff..

    more stuff..

提交回复
热议问题