A question has rised in my project team as we are designing a web page.
Can we use white characters (like space) in the name attribute of an HTML element ? eg. <input type="checkbox" name="first check box">
My concern is mainly the behavior of different browsers with such an attribute value.
We are now in the design phase, until we get to write some code and test this, a long time will pass, so I am asking you experts about this.
Thank you !