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:
@ -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?
|
||||
|
||||
|
Reference in New Issue
Block a user