实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<script>
6
document.write("Hello World!")
7
</script>
8
<noscript>Sorry, your browser does not support JavaScript!</noscript>
9
10
<p>A browser without support for JavaScript will show the text inside the &amp;lt;noscript&amp;gt; element.</p>
11
 
12
</body>
13
</html>
14