hi all, I have something like below:

<div>
        <p>
                <h1>
                        <a href="#">My Link</a>
                </h1>
        </p>
</div>

I'd like to get rid of only the inner tags, 'p' and 'h1'.

Any help would greatly be appreciated.

Reply via email to