Removed info about <em> (#24234)
Not relevant to this page on semantic HTML elements
This commit is contained in:
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user