CodeNewbie Community 🌱

Hidde de Vries profile picture

Hidde de Vries

Front-end and accessibility nerd

Location Netherlands Joined Joined on  Personal website https://hiddedevries.nl/en/blog
[On-Demand Talk] It's the Markup That Matters

[On-Demand Talk] It's the Markup That Matters

19
Comments 37
1 min read

Want to connect with Hidde de Vries?

Create an account to connect with Hidde de Vries. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
loading...
const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);