Use the em Tag to Italicize Text
To emphasize text, you can use the em
tag. This displays text as italicized, as the browser applies the CSS of font-style: italic;
to the element.
Wrap an em
tag around the contents of the paragraph tag to give it emphasis.
Tests
- Waiting: 1. Your code should add an
em
tag to the markup. - Waiting: 2. The
em
tag should wrap around the contents of thep
tag but not thep
tag itself.
/** * Your test output will go here */