|
Posted by G Doucet on 10/02/06 01:30
I wanted to keep track of my html files with a version number and identify myself as being the author. I could place this
information in a comment at the top of the html document, like:
<!-- Author = G Doucet -->
<!-- Version = 2 -->
While I'm at it, is a comment supposed to be like <!-- comment --> or <!-- comment //--> ???
Now I'm not very familiar with the meta tag but I have noticed that you could do something like this too:
<META name="Author" content="G Doucet">
What exactly does this achieve, and who sees this META information? Is there one for a version number?
All info appreciated,
Thanks,
Guy
Navigation:
[Reply to this message]
|