caninclude
caninclude copied to clipboard
Can <input> tag be within <label> tag?
Please correct if I am wrong. Based on the HTML standards I believe this is a valid HTML
<label >What is your name?
<input type="edit" name="name" >
</label>
When I check this I get a message "No, you can't!" https://caninclude.glitch.me/can/include/?child=input&parent=label
is this something that can be updated?
Hi, @christosptr ! Thank you for your feedback!
Yes, I agree, you are right.
@CyberLight Thank you for confirming!