Re: Modify CSS problems
Neil Deakin <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > Hi, > > I have this code in a HTML page > > <p> > One<p>Two</p> > Three > </p> > The <p> element cannot contain another <p> element inside it, so the markup is adjusted to be valid. In this case, I would assume that the first </p> closes the paragraph, such that 'Three' is outside the <p> block.