I have been given a task to go through all the JSPs of the application and find the elements which dont have ids in them. For example -
<input type="text" name="BANANA" value="banana"/>
Is there any validation tool that can help me find such elements?