Answer:
<!-- Modified by selena ramirez - for html compliance -->
Step-by-step explanation:
In HTML, <!-- .. --> tag is used to insert comments in the webpage code.
Comments written inside the tag is visible only on the code, and is not displayed in the browsers when the page is requested by the client computer.
Comment tag is useful when there is a lot of code and multiple developers are dealing with the same code.
Comments help developers understand what changed is made and why.