Every day I create web pages (html), but I would like the pages to contain a comment in the source code.
In php you can install something like this
Is there a similar standard that is used to set comments on html pages? I would like to indicate at least the following parameters:
- information on the page
- Author
- copyright
- date and time
EDIT: I know how comments are written in html, I'm just wondering if there is a standard used for this kind of information?
source
share