HTML Comments
Comments are text or code written in a code that is not visible to the user but is used to explain the code to make it easy to understand and increase its readability. The Comment tags are used to insert comments in the source code in HTML. Syntax: <!– Comments –> Example: <!DOCTYPE html> <html> … Read more