Page Title function toggle_visibility(id) { var e = document.getElementById(id); if(e.style.display == 'block') e.style.display = 'none'; else e.style.display = 'block'; } x Thank you, we received your submission. Please go back to the exercise page and mark it complete to continue with the course.