diff --git a/04-JavaScript基础/02-开始写JavaScript:hello world.md b/04-JavaScript基础/02-开始写JavaScript:hello world.md index a637431..10581e2 100644 --- a/04-JavaScript基础/02-开始写JavaScript:hello world.md +++ b/04-JavaScript基础/02-开始写JavaScript:hello world.md @@ -8,7 +8,7 @@ JS 代码的书写位置在哪里呢?这个问题,也可以理解成:引 1. **行内式**:写在标签内部。 -2. **内嵌式**(内联式):写在 head 标签中。 +2. **内嵌式**(内联式):写在 script 标签中。 3. **外链式**:引入外部 JS 文件。