This is a test of all the available DOM properties for any given HTML tag.
property value access

This is a test paragraph tag.

                     
        <table border="1" width="100%">
            <tbody id="insertionPointId" valign="top">
                <tr valign="top">
                    <th>property</th>
                    <th>value</th>
                    <th>access</th>
                </tr>
            </tbody>
        </table>
        <p align="center" id="p" style="color: red">
            This is a test paragraph tag.
        </p>