0
is " " are important on html
I see the same result when I drop them ! like <input type = "radio" name= "gender" value = "female"> female <br/> <input type = radio name= gender value = female> female <br/>
4 odpowiedzi
+ 6
not necessary when using a single word required when using a space character.
<input type=text name= 'just something' value="why not try this yourself?">something</input>
+ 3
i think in html 5 it's not needed you can do without ' or "
0
yes.
0
you can also use ' ' instead " " but it is necessary