arduino-0018-windows
This commit is contained in:
parent
157fd6f1a1
commit
f39fc49523
5182 changed files with 950586 additions and 0 deletions
|
@ -0,0 +1,42 @@
|
|||
<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!
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
<hr size=3 width=95% align=center noshade>
|
||||
<p>
|
||||
|
||||
<big>Build it. Document it. Let us display it.</big>
|
||||
</blockquote>
|
||||
</body>
|
Reference in a new issue