Let's consider the following code snippet:
<p class="question">
this is my paragraph
<p> And i'm inside
tag in question class
<h1> And this is my heading</h1>
</p>
</p>
Now, the challenge is to extract the inner HTML of the question class as shown below:
this is my paragraph
<p> And i'm inside tag in question class
<h1> And this is my heading</h1>
</p>