CodeNewbie Community 🌱

Discussion on: The easiest way to download SVGs from a website

Collapse
 
jameswallis profile image
James Wallis

These are some great websites! I'll check them out, thanks!

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