Nesting in common in HTML, there are four main rules to remember about nesting :
- Element just be completely nested and not closed is the worng order .For Example,<b><i> just on example </i></b>.
- Text level element may be nested within blocked-level element or other text-level element.
- Block-Level element may be nested within or other block-level element.
- Block-Level element may not be nested in text-level element.

No comments:
Post a Comment