Jump to content

[SOLVED] FORM then TABLE, or TABLE then FORM?


galvin

Recommended Posts

If you have a FORM that you layout using a TABLE, should the FORM tag come first or the TABLE tag?  Or does it not matter either way.  I know it works both ways, but is there a reason one way is more proper than the other?

 

In other words, which of these is more "proper"...

 

<form id="myform">
<table id="mytable">
(other table tags)
</table>
</form>

 

OR

 


<table id="mytable">
<form id="myform">
(other table tags)
</form>
</table>


Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.