From d17edaa81465796a50a9731c67a6bcdaaa88e514 Mon Sep 17 00:00:00 2001 From: Samuel027 Date: Tue, 4 Dec 2018 00:30:08 +0300 Subject: [PATCH] Added info. (#25540) --- guide/english/html/index.md | 2 ++ 1 file changed, 2 insertions(+) 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