From 1a8e7c792d3f98650d92409a20bebba5df4d0a41 Mon Sep 17 00:00:00 2001 From: csteacher1 Date: Wed, 21 Nov 2018 23:06:47 -0500 Subject: [PATCH] Prosed addition to sentence beginning on Line 8 (#22953) At the end of the sentence, after "more clearly explain the purpose of each section of a website" add "and make the structure of the website easier to understand." --- guide/english/html/semantic-html-elements/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/html/semantic-html-elements/index.md b/guide/english/html/semantic-html-elements/index.md index 84ee3f53a4..fbf119eac1 100644 --- a/guide/english/html/semantic-html-elements/index.md +++ b/guide/english/html/semantic-html-elements/index.md @@ -5,7 +5,7 @@ title: Semantic HTML Elements ## Semantic HTML Elements The `` element marks text as being emphasized above the text around it. Typically, the browser renders this in *italics*, but you can add other styles using CSS. -Semantic HTML elements provide meaning to browsers, developers, and users of a site. In contrast to elements like `
` or ``, semantic elements like `
` and `