green
document.body.style.backgroundColor = 'green';
display
inline-block
element_id
document.getElementById('element_id').style.display = 'inline-block';
Pro tip: use ```triple backticks around text``` to write in code fences