Added info. (#25540)

This commit is contained in:
Samuel027
2018-12-04 00:30:08 +03:00
committed by Christopher McCormack
parent a4b8356192
commit d17edaa814

View File

@ -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