Visual style guide for Office of the Chancellor Web templates
Paragraph and heading styles
The following are an easy, straight-forward set of HTML tags to control the size of headings and sub-headings in HTML pages. The template design includes the first level heading of each page to utilize the level 1 heading. This heading (on this page: "Visual Style Guide for Office of the Chancellor Web Templates") should be the only Heading Level 1 used on any given HTML page. Unlike many of the other styles, these styles are automatically applied whenever a paragraph or heading is created.
Heading Level 1
The tags plus the heading text would looks this:
<h1>Heading Level 1</h1>
Heading Level 2
The tags plus the heading text looks like this:
<h2>Heading Level 2</h2>
Heading Level 3
The tags plus the heading text looks like this:
<h3>Heading Level 3</h3>
Heading Level 4
The tags plus the heading text looks like this:
<h4>Heading Level 4</h4>
Heading Level 5
The tags plus the heading text looks like this:
<h5>Heading Level 5</h5>
Basic horizontal rule (above and below) looks like this: <hr />
Paragraph style
The tags plus the paragraph text looks like this:
<p>Paragraph</p>

