Tag-Pairs, continued
Nesting
Be careful. The sequence of the ending tags must be like a mirror-image of the sequence of the opening tags.
Mirrored Sequence
Examples
| Opening Sequence | Closing Sequence |
|---|---|
| <table><tr><td> | </td></tr></table> |
| <ul><li> | </li></ul> |
| <p><span> | </span></p> |
