Folks,
<p>-tag is one of the possibilities. You can also use
the <blockquote>-tag.
See code:
----------------------
<html>
<head></head>
<body>
normal
<blockquote>
this whole text is indented.<br>
the quick brown fox jumps over the lazy dog.<br>
thiss sentencee contains three errors.<br>
<blockquote>
you can even nest the blockquote tag.<br>
</blockquote>
so you have multiple paragraphs.
</blockquote>
</body>
</html>
----------------------
Make your choice. <p> or <blockquote>

)
Raymond.
i:
http://www.raymondloman.nl
e:
Toby A Inkster <> wrote in message news:< >...
> Wladimir Borsov wrote:
>
> > Assume I want to publish a longer article on a web page.
> > One of the paragraphs I want to display with an indent.
>
> <p style="margin-left:4em">This paragraph is indented.</p>