A good way of leaving code writers information inside HTML? -


i'm wondering, best way of leaving code writers (programmers) information/initials/(maybe even) copyright... well, information web developer, not content maintainer inside html.

is leaving link site inside footer way, or there maybe can used <meta> tags that?

thanks in advance!

do want visible end user or not?

if not, use comments:

html

<!-- comment here --> 

css

/* comment here */ 

javascript

// comment  /* multi-line comment*/ 

if yes, of times it'll on bottom, along other copyright information.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -