<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>
我想为查看我的源代码但不希望它影响验证或排名等的任何人创建一些关于我的网页的介绍。
谢谢