foreach (pq('h1') as $e) {
            pq($e)->replaceWith("<p><strong>".pq($e)->text()."</strong></p>");
        }