tryit_view.asp@filename=tryhtml_noscript

来自「W3Schools tutorial..web designing」· ASP@FILENAME=TRYHTML_NOSCRIPT 代码 · 共 18 行

ASP@FILENAME=TRYHTML_NOSCRIPT
18
字号
<html>
<body>

<script type="text/javascript">
<!--
document.write("If this is displayed, your browser supports scripting!")
//-->
</script>

<noscript>No JavaScript support!</noscript>

<p>
A browser that does not support JavaScript will show the text in the noscript element.
</p>
 
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?