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."
This commit is contained in:
csteacher1
2018-11-21 23:06:47 -05:00
committed by Manish Giri
parent a87514da97
commit 1a8e7c792d

View File

@ -5,7 +5,7 @@ title: Semantic HTML Elements
## Semantic HTML Elements
The `<em>` 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 `<div>` or `<span>`, semantic elements like `<header>` and `<footer>` more clearly explain the purpose of each section of a website.
Semantic HTML elements provide meaning to browsers, developers, and users of a site. In contrast to elements like `<div>` or `<span>`, semantic elements like `<header>` and `<footer>` more clearly explain the purpose of each section of a website and make the website structure easier to understand.
### Why Use Semantic Elements?