how to find the first body tag in the htlm page code example
Example 1: html body tage
<!DOCtype html>
<html>
<body>
<!--This is the HTML Body tag.-->
</body>
</html>
Example 2: tag
<body>
<!-- BODY -->
<body>
<!DOCtype html>
<html>
<body>
<!--This is the HTML Body tag.-->
</body>
</html>
<body>
<!-- BODY -->
<body>