From the article: RSS Viewer Applet:
Window to the World of News
[ RSSApplet.html ]
0001 <html>
0002 <body bgcolor='#ffffff'>
0003 <div align='center'>
0004 <APPLET archive='rssApplet13.jar' width=500 height=305
0005 code='com.exploringxml.rss.applet.RSSViewerApplet.class'>
0006 <PARAM name="src"
0007 value="http://127.0.0.1:8080/services/api.php?func=metallopdb&metal=zn&mode=random&count=15&format=rss">
0008 <PARAM name=box.foreground value=#003300>
0009 <PARAM name=box.background value=#33ffcc>
0010 <PARAM name=title.foreground value=#336600>
0011 <PARAM name=title.background value=#66ccff>
0012 <PARAM name=item.foreground value=#000000>
0013 <PARAM name=item.background value=#cccccc>
0014 <PARAM name=title.font.family value=sansserif>
0015 <PARAM name=item.font.family value=sansserif>
0016 </APPLET>
0017 </div>
0018 </body>
0019 </html>