开发者

A good way of leaving code writers information inside HTML? [closed]

开发者 https://www.devze.com 2023-01-09 00:44 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. 开发者_开发知识
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. 开发者_开发知识库For help clarifying this question so that it can be reopened, visit the help center. Closed 12 years ago.

I'm wondering, what would be the best way of leaving code writers (programmers) information/initials/(maybe even) copyright... well, some information about web developer, not content maintainer inside HTML.

Is leaving a link to my site inside footer a good way, or I there maybe can used <meta> tags for something like that?

Thanks in advance!


Do you want that to be visible to the end user or not?

If not, use comments:

HTML

<!-- comment here -->

CSS

/* comment here */

Javascript

// comment

/* multi-line
comment*/

If yes, most of the times it'll be on the bottom, along with other copyright information.


Just place HTML comments near the start of the document.

<!--
     Page Design Copyright © 2010 My Design company,
     All rights reserved.

     http://example.com 
-->

meta elements aren't usually used for this sort of thing as they apply to the content of the current page.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号