From 2119574ee8db28d2ae468064c931dd176dc40dd0 Mon Sep 17 00:00:00 2001 From: Ankita Sood Date: Tue, 13 Nov 2018 21:08:26 -0500 Subject: [PATCH] Replace it's with its (#23864) Corrected the usage of the colon. --- guide/english/html/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/guide/english/html/index.md b/guide/english/html/index.md index 54057d6730..39607da0aa 100644 --- a/guide/english/html/index.md +++ b/guide/english/html/index.md @@ -17,8 +17,7 @@ The internet was originally created to store and present static (unchanging) doc HTML5 is the latest version, or specification, of HTML. The [World Wide Web Consortium (W3C)](https://www.w3.org/) is the organization responsible for developing standards for the World Wide Web, including those for HTML. As web pages and web applications grow more complex, W3C updates HTML's standards. -HTML5 introduces a host of semantic elements. Though we discussed HTML helped to provide meaning to our document, it wasn't until HTML5s' introduction of [semantic elements](#) that its potential was realized. - +HTML5 introduced a host of semantic elements. Though we discussed HTML helped to provide meaning to our document, it wasn't until HTML5's introduction of [semantic elements](#) that its potential was realized. ## A simple example of HTML Document