tryit_view.asp@filename=tryjs_comments1
来自「W3Schools tutorial..web designing」· ASP@FILENAME=TRYJS_COMMENTS1 代码 · 共 14 行
ASP@FILENAME=TRYJS_COMMENTS1
14 行
<html>
<body>
<script type="text/javascript">
// This will write a header:
document.write("<h1>This is a header</h1>");
// This will write two paragraphs:
document.write("<p>This is a paragraph</p>");
document.write("<p>This is another paragraph</p>");
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?