在html标签上方使用评论标签

时间:2013-07-23 14:30:48

标签: html comments

将评论标记放在<html><!DOCTYPE html>标记上方是否有任何问题?

例如

<!--This is a comment. Comments are not displayed in the browser-->
<html>

<!--This is a comment. Comments are not displayed in the browser-->
<!DOCTYPE html>
<html>

我想为查看我的源代码但不希望它影响验证或排名等的任何人创建我的网页介绍。

由于

0 个答案:

没有答案