Help:Par: Difference between revisions

From ApCoCoAWiki
KHiddemann (talk | contribs)
No edit summary
Dheldt (talk | contribs)
m CoCoAXML:Par moved to Help:Par: tidying up the wiki.
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:


==Description==
==Description==
Starts a new pragraph. Similar to the P element from HTML, but notice that it is only used as empty element here, while it's commonly used as block-level element, with an opening and optional closing tag, in HTML.
Starts a new paragraph. Similar to the P element from HTML, but notice that it is only used as empty element here, while it's commonly used as block-level element, with an opening and optional closing tag, in HTML.


==Syntax==
==Syntax==

Latest revision as of 15:02, 16 October 2007

paragraph

Description

Starts a new paragraph. Similar to the P element from HTML, but notice that it is only used as empty element here, while it's commonly used as block-level element, with an opening and optional closing tag, in HTML.

Syntax

<par/>