Skip to content

Commit

Permalink
Add Resource to em-tag article. (freeCodeCamp#2554)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthowelc authored and ChaituVR committed Oct 23, 2017
1 parent e5098a1 commit 41ef722
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/html/elements/em-tag/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ The `<em>` tag is used to emphasize text in an HTML document. This can be done b

Note: The `<em>` tag should not be used to stylistically italicize text. The `<em>` tag is used to stress emphasis on text.

#### More Information:
- [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/em)

### Example:
```
<body>
Expand Down

0 comments on commit 41ef722

Please sign in to comment.