diff --git a/1-js/02-first-steps/01-hello-world/article.md b/1-js/02-first-steps/01-hello-world/article.md index 9ebbb029..e69a25f0 100644 --- a/1-js/02-first-steps/01-hello-world/article.md +++ b/1-js/02-first-steps/01-hello-world/article.md @@ -11,7 +11,7 @@ So first, let's see how to attach a script to a webpage. For server-side environ ## The "script" tag -JavaScript programs can be inserted in any place of HTML with the help of the `