CodeNewbie Community 🌱

Discussion on: Welcome Thread - V4

Collapse
 
lyqht profile image
Estee Tey

Hello Anton, if you're re-learning HTML & CSS at the moment, you could have a look at the tutorial articles that I've written. Each of them have enough content to keep you engaged in learning Web Development skills but also not burnt out!

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