Inserting Ending Tags For Missing Tags In html.
Posted
by Harikrishna
on Stack Overflow
See other posts from Stack Overflow
or by Harikrishna
Published on 2010-03-20T08:53:32Z
Indexed on
2010/03/20
9:01 UTC
Read the original article
Hit count: 674
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".
© Stack Overflow or respective owner