function Herosection() { const Herosection = document.getElementById("Herosection"); const Container = document.createElement("div"); const BG = document.createElement("div"); Container.classList.add("container"); BG.classList.add("hero-bg"); Container.innerHTML = `

Best Website Development Company In Dehradun

Website development is the process of designing, creating, and maintaining websites. B.I. Digital specializes in developing responsive and visually appealing websites that cater to the unique needs and goals of businesses.

`; BG.innerHTML = `
`; Herosection.appendChild(Container); Herosection.appendChild(BG); } Herosection();