minor fixes
This commit is contained in:
parent
9fcffe1692
commit
15f7acfc2a
15 changed files with 17 additions and 17 deletions
|
@ -73,7 +73,7 @@ Script files are attached to HTML with the `src` attribute:
|
|||
<script src="/path/to/script.js"></script>
|
||||
```
|
||||
|
||||
Here, `/path/to/script.js` is an absolute path to the script from the site root. One can also provide a relative path from the current page. For instance, `src="script.js"` would mean a file `"script.js"` in the current folder.
|
||||
Here, `/path/to/script.js` is an absolute path to the script from the site root. One can also provide a relative path from the current page. For instance, `src="script.js"`, just like `src="./script.js"`, would mean a file `"script.js"` in the current folder.
|
||||
|
||||
We can give a full URL as well. For instance:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue