Nested Tags
You may have noticed in the example above, the tag also contains other tags, like the tab.
When you enclose an element in with multiple tags, the last tag opened should be the first tag closed.
For example:
This is NOT the proper way to close nested tags.
This is the proper way to close nested tags.
Note: It doesn't matter which tag is first, but they must be closed in the proper order.