Please explain how do you make comments without text being picked up by the browser?

Submitted by: Muhammad
Comments are used to explain and clarify code or to prevent code from being recognized by the browser. Comments start with “*<!--” and end with ” -->“.
<!-- Insert comment here. -->
Submitted by: Muhammad

Read Online Web Development Ninjas Job Interview Questions And Answers