CSS styling of form tags
问题 As far as I am aware, a <form></form> tag is supposed to be invisible as part of a webpage, and that when designing a form, one should use div tags (or equivalent) to represent the physical form structure. Is it acceptable (according to W3C standards) to apply CSS to a <form></form> tag? and can anyone point me in the right direction for literature on this issue? 回答1: As far as I am aware, a <form></form> tag is supposed to be invisible as part of a webpage It is supposed to represent a form.