Help:Par: Difference between revisions

From ApCoCoAWiki
KHiddemann (talk | contribs)
New page: paragraph
 
KHiddemann (talk | contribs)
No edit summary
Line 1: Line 1:
paragraph
paragraph
==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.
==Syntax==
<code>&lt;par/&gt;</code>
[[Category:CoCoAXML|Par]]
{{DISPLAYTITLE:Par}}

Revision as of 12:58, 25 July 2007

paragraph

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.

Syntax

<par/>