将评论标记放在<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>
我想为查看我的源代码但不希望它影响验证或排名等的任何人创建我的网页介绍。
由于