How to display HTML <FORM> as inline element?

后端 未结 7 2007
死守一世寂寞
死守一世寂寞 2020-12-02 10:43

This is probably a basic html/css question...

I have a simple one-button form that I would like to display inline inside paragraph text.

Rea

7条回答
  •  再見小時候
    2020-12-02 11:35

    cannot go inside

    , no. The browser is going to abruptly close your

    element when it hits the opening tag as it tries to handle what it thinks is an unclosed paragraph element:

    Read this sentence

提交回复
热议问题