42 lines
		
	
	
	
		
			1,011 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
	
		
			1,011 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <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>
 |