Inserting Ending Tags For Missing Tags In html.
- by Harikrishna
How to insert the ending html tags where there are missing ending tags ?
Like
<tr>
<td>Index No.</td><td>Name</td>
<tr>
<td>1</td><td>Harikrishna</td>
Where two missing ending tags.That is "/tr".Now in this case how to Search where are the missing tag and there how to insert appropriate ending tag such as "/tr".