How do you make comments without text being picked up by the browser?

3

3 Answers

music  lover Profile
music lover answered

Sorry I don't understand your question?

2 People thanked the writer.
Jann Nikka
Jann Nikka commented
🎸
Kiags media
Kiags media commented
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. -->
Anonymous Profile
Anonymous answered

Comments are used to explain the code and to prevent code from being recognized by the browser.

Comments Tag:  <!-- Comment -->.

Answer Question

Anonymous