Click to See Complete Forum and Search --> : Table names


Ascendancy
03-17-2007, 10:21 PM
Can tables have names, such as:


<table id="main" name="main">

ray326
03-17-2007, 10:44 PM
Yes.

Ascendancy
03-18-2007, 08:41 AM
Well while I have this topic, can basically any parent object have a name? Such as tables can, but <tr>'s can't.

ray326
03-18-2007, 03:08 PM
I don't know of anything that can't have a name but names don't make sense separated from form input elements. You probably should be using IDs.