XHTML: <select> tag and numeric name attribute

A

aragon

Hi all,
is it legal to use a fully-numeric string as "name" attribute for the
<select> tag in the XHTML standard?

E.g.:

<form action="action.php" method="get">
<select name="12345">
<option value="1">test</option>
</select>
</form>

Is it okay to use "12345" as the name of the tag?

Is it valid also for all the other XHTML tags?

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top