tryit_view.asp@filename=tryjs_comments2

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

ASP@FILENAME=TRYJS_COMMENTS2
16
字号
<html>
<body>

<script type="text/javascript">
/*
The code below will write
one header and two paragraphs
*/
document.write("<h1>This is a header</h1>");
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 + -
显示快捷键?