Removed info about <em> (#24234)

Not relevant to this page on semantic HTML elements
This commit is contained in:
lizantell
2018-12-09 02:24:14 +00:00
committed by Manish Giri
parent 4c9992aaf0
commit 415d92a597

View File

@ -3,7 +3,6 @@ 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 and make the website structure easier to understand.