内嵌式所用标签描述更正

This commit is contained in:
LeoLu 2022-04-10 11:31:49 +08:00 committed by GitHub
parent 898265ed95
commit 880af4ecc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ JS 代码的书写位置在哪里呢?这个问题,也可以理解成:引
1. **行内式**:写在标签内部。 1. **行内式**:写在标签内部。
2. **内嵌式**(内联式):写在 head 标签中。 2. **内嵌式**(内联式):写在 script 标签中。
3. **外链式**:引入外部 JS 文件。 3. **外链式**:引入外部 JS 文件。