Tag Pairs
Examples, continued
Proper Nesting (Mirror Reflection)
| <p><big><strong> ... </strong></big></p> | |||||
| Opening | Correct Closing | ||||
|---|---|---|---|---|---|
| 1 | 2 | 3 | 3 | 2 | 1 |
| <p> | <big> | <strong> | </strong> | </big> | </p> |
Improper Nesting
| <p><big><strong> ... </p></big></strong> | |||||
| Opening | Incorrect Closing | ||||
|---|---|---|---|---|---|
| 1 | 2 | 3 | 1 | 2 | 3 |
| <p> | <big> | <strong> | </p> | </big> | </strong> |
