CodeNewbie Community 🌱

Discussion on: #CNC2021 "Start Coding" Completion Thread

Collapse
 
maryam12kh profile image
Maryam Khan

hello i just completed my tribute page using Html and CSS
codepen.io/collection/kNkEOQ

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