Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Simple question?
A copy of this was sent to Wassim <net2000_at_francemel.com>
(if that email address didn't require changing)
On Tue, 08 Jun 1999 18:14:39 GMT, you wrote:
>Hi all,
>Why there's no '</P>' and '</OPTION>' .. in HTP, and HTF Packages??
>(PL/SQL, OWS) Have i to use htp.print('</P>') each time or doing this by
>creating a stored procedure ?
>I really don't know why Oracle did forget them..
>
>
>Sent via Deja.com http://www.deja.com/
>Share what you know. Learn what you don't.
because </p> and </option> (like </li> and many others) are not needed at all. they are not container tags.
when htp was written -- they were not even allowed in html. it is only relatively recently that </p> is accepted. It is still *never* needed.
See http://www.oracle.com/ideveloper/ for my column 'Digging-in to Oracle8i'... Mirrored (and more current) at http://govt.us.oracle.com/~tkyte/
Current article is "Fine Grained Access Control", added June 8'th
Thomas Kyte tkyte_at_us.oracle.com Oracle Service Industries Reston, VA USA--
![]() |
![]() |