Posted by David Dorward on 11/08/10 11:44
Clues wrote:
> I must separate some text blocks.
> <p>
> texttxtxtxtxtxtxtxtxtxtxtxtx<br />
> texttxtxtxtxtxtxtxtxtxtxtxtx
> </p>
That would be a single block (the paragraph), with a line break in it.
> in XHTML, is it legal to do something like this:
>
> <div>
> <p>textxtxtxtxtxtxtxtxt</p>
> <p>tetxtxtxtxtxtxttxtxtx</p>
> </div>
Two paragraphs in a generic block? Of course.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Navigation:
[Reply to this message]
|