- From: Paul Prescod <papresco@technologist.com>
- Date: Wed, 09 Jul 1997 16:52:49 -0400
- To: www-html@w3.org
Patrick McElhaney wrote: > > Paul Prescod wrote: > > No, you still don't understand. <P> is not the p tag. It is a P > > start-tag. </P> is the P end tag. <P>abcd</P> is a complete P element. > That's a new one to me. Is there such a thing as a <P> start tag or a > <P> end-tag? What do you call <IMG>? There is a P start-tag:"<P>", A P end-tag (sorry for the typo before): "</P>" and <IMG> is a start-tag for an empty element (which is why it shares syntax with the P start-tag and not the P end-tag). Paul Prescod
Received on Wednesday, 9 July 1997 17:02:46 UTC