Difference between revisions of "Help:SampleTestPage"

From wiki.thepatternofeverything.org
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
body { background: Purple; }
+
<h1 style:"content:counter(MyCounter);counter-increment:MyCounter;">
 +
 
 +
  <p>
 +
 
 +
    This property implements a counter as a content.
 +
 
 +
  </p>
 +
 
 +
</h1>
 +
 
 +
<h1>
 +
<p>Another test</p></h1>
 +
 
 +
<div style="float:right; border:thin solid green;content: counter(section);counter-increment:section;">
 +
Here comes a short paragraph that is<br />
 +
contained in a "div"-element that is<br />
 +
floated to the right.</div>

Latest revision as of 06:46, 18 August 2006

This property implements a counter as a content.

Another test

Here comes a short paragraph that is
contained in a "div"-element that is

floated to the right.