+<p><hr size=4><p>
+
+<h2>Definition lists</h2>
+
+This is definition list (DL,DT,DD):
+<dl>
+ <dt> term
+ <dd> and it's definition
+
+ <dt> Windows 95
+ <dt> Windows 98
+ <dt> Windows NT
+ <dd> so-called operating systems
+ <dd> Micro$oft trademarks
+
+ <dt> Unix
+ <dd> operating system
+ <dd> huh?
+
+</dl>
+...end of DD
+
+<p>
+<h2>Increasing font size test</h2>
+
+normal<p>
+<font size=+1>
+plus one<p>
+<font size=+1>
+plus one<p>
+<font size=+1>
+plus one<p>
+<font size=-2>
+minus two<p>
+</font>
+</font>
+</font>
+</font>
+
+
+<p>
+<h2> FONT FACE demo </h2>
+
+
+<font size=+2>
+Normal font<br>
+<font face="Times New Roman,times">Times New Roman (and <tt>typewriter</tt>)
+<br></font>
+<font face="avantgarde,Tahoma">avantgarde or Tahoma, if available</font>
+<br>
+<tt>inside tt tag...<font face="lucidatypewriter,terminal"> lucida/terminal </font></tt>
+<br>...and now, everything is back in normal, we
+continue as <i>before</i>, <b>ok?</b> ??
+
+</font>
+
+<h2>Justified paragraph:</h2>
+
+<p align=justify>
+A frame is a window whose size and position can (usually) be changed by the
+user. It usually has thick borders and a title bar, and can optionally contain
+a menu bar, toolbar and status bar. A frame can contain any window that is not
+a frame or dialog.
+<p align=justify>
+A frame that has a status bar and toolbar created via the
+CreateStatusBar/CreateToolBar functions manages these windows, and adjusts the
+value returned by GetClientSize to reflect the remaining size available to
+application windows.
+