diff --git a/guide/english/html/index.md b/guide/english/html/index.md
index b6f30ce93a..0cc5f42c37 100644
--- a/guide/english/html/index.md
+++ b/guide/english/html/index.md
@@ -20,6 +20,8 @@ HTML5 is the latest version, or specification, of HTML. The [World Wide Web Cons
HTML5 introduced a host of semantic elements. As discussed, HTML provides meaning to our document, however it wasn't until HTML5's introduction of [semantic elements](#) that its potential was realized.
+HTML can embed programs written in a scripting language such as JavaScript, which affects the behavior and content of web pages.
+
## A simple example of an HTML Document
```html