From 20ee8fa2eab15582db9c8e73094b60d548a5245e Mon Sep 17 00:00:00 2001 From: Kevin CHEN <33132228+KevinZonda@users.noreply.github.com> Date: Wed, 16 Jun 2021 18:13:10 +0100 Subject: fix #419 --- files/zh-cn/learn/javascript/first_steps/what_is_javascript/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-cn') diff --git a/files/zh-cn/learn/javascript/first_steps/what_is_javascript/index.html b/files/zh-cn/learn/javascript/first_steps/what_is_javascript/index.html index 313a02adc1..4f7add7614 100644 --- a/files/zh-cn/learn/javascript/first_steps/what_is_javascript/index.html +++ b/files/zh-cn/learn/javascript/first_steps/what_is_javascript/index.html @@ -258,7 +258,7 @@ function updateName() {
  1. 首先,下载示例文件 apply-javascript.html。放在一个好记的文件夹里。
  2. 分别在浏览器和文本编辑器中打开这个文件。你会看到这个 HTML 文件创建了一个简单的网页,其中有一个可点击按钮。
  3. -
  4. 然后转到文本编辑器,在 </body> 标签结束前插入以下代码: +
  5. 然后转到文本编辑器,在 </head> 标签结束前插入以下代码:
    <script>
     
       // 在此编写 JavaScript 代码
    -- 
    cgit v1.2.3-54-g00ecf