Skip to content

Commit

Permalink
fix(zh-cn): correct the closing tag (#23004)
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptLin-bjtu authored Aug 8, 2024
1 parent 05507e5 commit 3c654be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ JavaScript 是轻量级解释型语言。浏览器接受到 JavaScript 代码,

1. 首先,下载示例文件 [apply-javascript.html](https://github.com/mdn/learning-area/blob/main/javascript/introduction-to-js-1/what-is-js/apply-javascript.html)。放在一个方便的文件夹里。
2. 分别在浏览器和文本编辑器中打开这个文件。你会看到这个 HTML 文件创建了一个简单的网页,其中有一个可点击按钮。
3. 然后转到文本编辑器,在 `</head>` 标签结束前插入以下代码:
3. 然后转到文本编辑器,在 `</body>` 标签结束前插入以下代码:

```html
<script>
Expand Down

0 comments on commit 3c654be

Please sign in to comment.