minor fixes
This commit is contained in:
parent
2f0c37db83
commit
23da191b58
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ So first, let's see how we attach a script to a webpage. For server-side environ
|
|||
|
||||
## The "script" tag
|
||||
|
||||
JavaScript programs can be inserted into any part of an HTML document with the help of the `<script>` tag.
|
||||
JavaScript programs can be inserted almost anywhere into an HTML document using the `<script>` tag.
|
||||
|
||||
For instance:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue