I have a problem statement like this
"check whether all the <ul> and <li> tags are closed properly in a file.
and check for <ul> and <li> syntax also". This should be done using core java.
I am...