20.4.htm
来自「精通JavaScript动态网页编程(书)」· HTM 代码 · 共 19 行
HTM
19 行
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Error: No JavaScript Support</title>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
</head>
<body>
<!--显示一些提示信息-->
<h1>Error: JavaScript Support Required</h1>
<hr>
<p>Your browser does not appear to support JavaScript or it is turned off.<br>
Please enable JavaScript or upgrade your browser and then return to the page
in question.</p>
<p>If you believe you reached this page in error please contact
<a href="mailto:webmaster@democompany.com">Webmaster</a></p>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?