This is a test of all the available DOM properties for any given HTML tag.
Name Values Initial value Applies to
(Default: all)
Inherited? Access

This is a test paragraph tag.

                     
        <table border="1" width="100%">
            <tbody id="insertionPointId" valign="top">
                <tr valign="top">
                    <th>Name</th>
                    <th>Values</th>
                    <th>Initial value</th>
                    <th>
                        Applies to
                        <br/>
                        (Default: all)
                    </th>
                    <th>Inherited?</th>
                    
                    
                    
                    
                    
                    
                    <th>Access</th>
                </tr>
            </tbody>
        </table>
        <p align="center" id="p" style="color: red">
            This is a test paragraph tag.
        </p>