<em>
Anonymous contributor
Anonymous contributor10 total contributions
Anonymous contributor
Published Jun 10, 2021Updated Apr 4, 2023
Contribute to Docs
The <em>
element represents text which is emphasized. Browsers will show the enclosed text in italics, by default.
Syntax
<em><!-- Emphasized text goes here --></em>
Text is wrapped in opening and closing <em>
tags. By default, <em>
is an inline element, and will be shown in italics.
Example
<html><head> </head><body><!-- The words 'very important' will be emphasized --><p>Here is some text, and this part is <em>very important</em>. I hope youenjoy it.</p></body></html>
All contributors
- Anonymous contributorAnonymous contributor10 total contributions
- BrandonDusch580 total contributions
- Not-Ethan48 total contributions
- christian.dinh2481 total contributions
- Anonymous contributorAnonymous contributor3077 total contributions
- short_matthew_f33 total contributions
- Anonymous contributor
- BrandonDusch
- Not-Ethan
- christian.dinh
- Anonymous contributor
- short_matthew_f
Looking to contribute?
- Learn more about how to get involved.
- Edit this page on GitHub to fix an error or make an improvement.
- Submit feedback to let us know how we can improve Docs.