ZVON > References > CSS1 Reference
Example 38:28: All | >> HTML << | CSS | Output |

HTML


<body>
  <p class="serif">serif</p>
  <p class="sans-serif">sans-serif</p>
  <p class="cursive">cursive</p>
  <p class="fantasy">fantasy</p>
  <p class="monospace">monospace</p>
</body>