Expected Deliverables
Mis-nested formatting tags. Extend your HTML parser to support markup like Bold both italic. This requires keeping track of the set of open text formatting elements and inserting implicit open and close tags when text formatting elements are closed in the wrong order. The bold/italic example, for example, should insert an implicit before the and an implicit after it.
Expected Deliverables
Mis-nested formatting tags. Extend your HTML parser to support markup like Bold both italic. This requires keeping track of the set of open text formatting elements and inserting implicit open and close tags when text formatting elements are closed in the wrong order. The bold/italic example, for example, should insert an implicit before the and an implicit after it.