This is a test of all the available DOM properties for any given HTML tag.
level nodeName nodeValue nodeType title
                     
        <table border="1" id="theTable" width="100%">
            <tbody align="center" valign="top">
                <tr valign="top">
                    <th>level</th>
                    <th>nodeName</th>
                    <th>nodeValue</th>
                    <th>nodeType</th>
                    <th>title</th>
                </tr>
            </tbody>
        </table>