585 Dahlonega Street, Cumming, GA, 30040
element you want to replace const oldParagraph = document.querySelector('p.heading4'); if (oldParagraph) { // Create a new element const newHeading = document.createElement('h2'); newHeading.className = 'sr-only'; // Keep the same class newHeading.innerHTML = oldParagraph.innerHTML; // Preserve the content // Replace the with the new oldParagraph.parentNode.replaceChild(newHeading, oldParagraph); } // Step 1: Select the tag that contains the const strongParagraph = document.querySelector('.locbo