CodeNewbie Community 🌱

Discussion on: Chrome Extensions For Every Developer to use

Collapse
 
relisalazar profile image
Reli

I really recommend to checkout WAVE Evaluation Tool too, is a web accessibility evaluation tool. It provides visual feedback about the accessibility of your web content by injecting icons and indicators into your page.

const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);