H1: Main Title

H2: Page Title

A paragraph of normal text. This sentence should be in italics. This sentence is not italicized. This sentence should have the last few words in boldface. This sentence features both italicized words, boldfaced words, and bold italics. Just for fun, this sentence is italicized with the i tag, and this portion is boldfaced with the b tag. The bold tag is used here by itself and contrasted with the strong tag here.

H3: Section Title

Regular: The quick brown fox jumps over the lazy dog. Jackdaws love my big sphinx of quartz. Pack my box with five dozen liquor jugs.

Italic: The quick brown fox jumps over the lazy dog. Jackdaws love my big sphinx of quartz. Pack my box with five dozen liquor jugs.

Bold: The quick brown fox jumps over the lazy dog. Jackdaws love my big sphinx of quartz. Pack my box with five dozen liquor jugs.

Bold Italic: The quick brown fox jumps over the lazy dog. Jackdaws love my big sphinx of quartz. Pack my box with five dozen liquor jugs.

Small Caps: The quick brown fox jumps over the lazy dog. Jackdaws love my big sphinx of quartz. Pack my box with five dozen liquor jugs.

H4: Smaller Section Title

Let's test ligatures! In an orderly fashion, of course:

  1. f + f = ff as in effortless
  2. f + i = fi as in infinite
  3. f + j = fj as in fjord
  4. f + l = fl as in flatiron
  5. f + f + i = ffi as in efficient
  6. f + f + l = ffl as in affluence

Here's a sentence with some things that are superscripted, like 32P and 13th. For contrast, let's throw in a few subscripted things, such as H2O and CO2; how's that grab you? Here's a comparison between the sup tag and faking it with a span and the same thing for subscript, using sub or span; see any difference? The faked ones are slightly closer to the baseline, if you look carefully.

Here is a sentence that includes a block of code, inline with the text. And a block of code using the code tag instead of a styled span. Below is a block of code, not in line with the text.

10 INPUT "Please enter password: ", U$
20 PRINT "You entered "; U$
30 PRINT "That is wrong. Try again."
40 IF LEN(U$) = 0 THEN GOTO 60
50 GOTO 10
60 PRINT "You aren't even trying, are you? I quit."
70 END

Definition List Title
  • This is the first list item, with a dummy link.
  • This list item features an acronym.
  • This is the last list item, and it has emphasis.
Creative Commons License