Headlines are HTML "h1" elements
This subtitle is an "h2" element controlled by the stylesheet class ".teaser"
Features of MiniCMS
- Multiple authors
- Author-rights management
- Login-enabled content control
- Web-based editing from anywhere
- Use as a weblog or normal site
- Edit stylesheets as well as content
- "Search-engine-friendly" page code
This is a regular paragraph. Notice that it is not indented -- first paragraphs or paragraphs that do not immediately follow other paragraphs are not indented. It is controlled by the selector "p" in the stylesheet.
This paragraph is indented because it is preceded immediately by another paragraph. Paragraphs butt closely up under each other. This makes for efficient use of space yet the indentation shows where a new paragraph starts. The stylesheet selector for this style rule is "p+p" ("paragraph following another paragraph").
Below this last paragraph in this article is a credit line that tells who made the entry in the database. It is controlled by the stylesheet rule for ".byline".