]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/test/test.htm
Remove duplicate definition.
[wxWidgets.git] / samples / html / test / test.htm
index acdd00a134981ba2f01f886abf00153bacd1bfa9..8b6955bd1f4816826b7f2e234c3bdcb39b023739 100644 (file)
@@ -4,12 +4,23 @@
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <META NAME="GENERATOR" CONTENT="Mozilla/4.06 [en] (X11; I; Linux 2.0.35 i686) [Netscape]">
 </HEAD>
-<BODY TEXT="#000000" BGCOLOR="#006600" LINK="#0000FF" VLINK="#FF0000" ALINK="#000088">
+<BODY TEXT="#000000" BGCOLOR="#B3B6E0" LINK="#0000FF" VLINK="#FF0000" ALINK="#000088">
 
-<b><a href="tables.htm">click here to go to tables test page!</a></b>
+<font size=+2>
+<b><a href="tables.htm">click here to go to tables test page</a></b>
 <p>
-<b><a href="imagemap.htm">click here to go to IMAGEMAPs test page!</a></b>
-
+<b><a href="tables.htm">click here to go to lists test page</a></b>
+<p>
+<b><a href="imagemap.htm">click here to go to IMAGEMAPs test page</a></b>
+<p>
+<b><a href="8859_2.htm">i18n demo 1 (iso8859-2)</a></b>
+<p>
+<b><a href="cp1250.htm">i18n demo 2 (cp1250)</a></b>
+<p>
+<b><a href="regres.htm">some wxHTML regression tests</a></b>
+</font>
+<p>
+Agrave = '&agrave;'
 <p>
 This is - - default text, now switching to
 <CENTER>
@@ -234,9 +245,9 @@ twotwo TWO</FONT>
 Now, you will see some PRE text:<p>
 <PRE>// This is sample C++ code:
 
-void main(int argc, char *argv[])
+void <font color=#ff0000>main</font>(int argc, char *argv[])
 {
-&nbsp;&nbsp;&nbsp; printf("Go away, man!\n");
+&nbsp;&nbsp;&nbsp; <b>printf</b>("Go away, man!\n");
 &nbsp;&nbsp;&nbsp; i = 666;
 &nbsp;&nbsp;&nbsp; printf("\n\n\nCRASH\n&nbsp; DOWN NOW. . .&nbsp; \n");
 }</PRE>
@@ -285,5 +296,53 @@ This is definition list (DL,DT,DD):
 </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.
+
+
 </BODY>
 </HTML>