I am searching for the unidentified HTML tag within a given string.
For example: '<span>hello</span><p>address</p><span><Enter Your Name></span>'
In this case, I need to identify and extract the unknownHTMLtag from the string. The content inside the string will vary dynamically.