back

Comment

Tag: /* */

This is used to add comments into the source code, anything within the comments tag will not be shown by the browser.

It is often used to explain your code, this will assist when editing the code in the future.

Example