Tag Pairs
Examples
Incorrect
<p><em>I am a paragraph emphasized but incorrectly.</p></em>
Correct, Proper Nesting
<p><em>I am a paragraph emphasized correctly.</em></p>
| Opening | Closing | The closing sequence is a mirror reflection of the opening sequence. | ||
|---|---|---|---|---|
| 1 | 2 | 2 | 1 | |
| <p> | <em> | </em> | </p> | |
