diff --git a/ui/static/html-reference.html b/ui/static/html-reference.html
index 718ac92..c237acb 100644
--- a/ui/static/html-reference.html
+++ b/ui/static/html-reference.html
@@ -336,7 +336,7 @@
DD
Specifies a definition in a definition list. Indicates that the text is a definition
of a term, and should therefore be displayed in the right-hand column of a definition list.
-
<DD><MENU>
+ Information about Linux:
+ <MENU>
+ <LI><A HREF="http://www.linux.com">Linux.com</A>
+ <LI><A HREF="http://linuxtoday.com">Linux Today</A>
+ <LI><A HREF="http://lwn.net">USA Today</A>
+ <LI><A HREF="http://www.freshmeat.net">Freshmeat</A>
+ <LI><A HREF="http://slashdot.org">Slashdot</A>
+ </MENU>
+ <NOBR>
+ <NOBR>Here's a line of text I don't want to be broken . . .
+ there could be an awful lot of text here and it must stay on one line . . .
+ here's the end of the line.</NOBR>
+ <OL [START=n] [TYPE=order-type] >START=n
+Optional: Specifies a starting index number for the list. The default is 1.
+TYPE=order-type
+Optional: Specifies a new style for an ordered list. The order-type + can be one of these values:
+The default is to use Arabic numerals.
+
+ <OL>
+ <LI>Pick up the TV remote control.
+ <LI>Push the POWER button to turn on the TV.
+ <LI>Change to channel 3.
+ <LI>Switch to the VCR remote control.
+ <LI>Push the POWER button to turn on the VCR.
+ <LI>Push the TV/VCR button to switch to the VCR input.
+ <LI>Change to desired channel on the VCR.
+ <LI>Insert a blank tape into the VCR.
+ <LI>Press RECORD.
+ </OL>
+ <P [ALIGN=LEFT|CENTER|RIGHT] >ALIGN=LEFT|CENTER|RIGHT
+Sets the alignment of the paragraph. The align-type can be LEFT, CENTER, or RIGHT. + Default is left alignment.
+
+ There will be a paragraph break<P>between these two lines.
+ <P ALIGN=RIGHT>Here's a paragraph that will be flush-right.</P>
+ And back to normal again.
+ There will be a paragraph break
between these two lines.
+Here's a paragraph that will be flush-right.
+ And back to normal again. +<Q>
+ <Q>Software is like sex; it's better when it's free.</Q> - Linus Torvalds
+ Software is like sex; it's better when it's free.- Linus Torvalds +
<S>
+ We have a lot of <S>crazy people</S> unique individuals in the Playground.
+ <SAMP>
+ <SAMP>If one-third of a hive of bees flies to a rose bush, one-fifth flies to a daisy,
+ three times the difference of those two numbers flies to an apple tree, and one bee hovers
+ attracted by both a jasmine and a tulip, how many bees are there in all?</SAMP>
+ <SMALL>
+ Some of the text on this line will be <SMALL>rendered in small</SMALL> type.
+ <S>
+ We have a lot of <STRIKE>crazy people</STRIKE> unique individuals in the Playground.
+ <STRONG>
+ A thing can have as much value from <STRONG>where</STRONG> it is as from
+ <STRONG>what</STRONG> it is.
+