summaryrefslogtreecommitdiff
path: root/itcl/iwidgets3.0.0/demos/demo.html
blob: 60819c50737fc5c6f174e96284fcf79abf4b0f24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<title>Demo HTML Page</title>
<body bgcolor="white" link="blue" vlink="NavyBlue" alink="red">
<center>
<img src="iwidgets.gif" alt="iwidgets logo"> <br>
</center>
<blockquote>
<h2>Display Your HTML Pages</h2>
<p>
Now you can write all of your documentation in HTML format!
You can publish it on the World Wide Web, or bundle it with
your tool and display it using
a <a href="html/hyperhelp.n.html">hyperhelp</a>
or <a href="html/scrolledhtml.n.html">scrolledhtml</a> widget.

<p>
<hr size=3 width=95% align=center noshade>
<p>

Most of the usual HTML tags are recognized and supported.<br>
So you can include things like:
<p>
<ul>
<li> block quotes
<li> <b>bold</b>
<li> <tt>code</tt>
<li> color images
<li> definition lists
<li> directory lists
<li> <i>italic</i>
<li> preformatted text
<li> <sup>sup</sup>erscript
<li> unordered lists
<li> ...and much, <em>much</em> more!

<p>
<hr size=3 width=95% align=center noshade>
<p>

<big>Build it.  Document it.  Let us display it.</big>
</blockquote>
</body>