Assign graphics options for producing the ODS HTML output. DEVICE=GIF causes the ODS HTML statement to generate the graphics output as GIF files. TRANSPARENCY causes the graphics output to use the Web-page background as the background of the graph. NOBORDER suppresses the border around the graphics output area, which makes the border treatment the same as that for the non-graphics output that is generated by the example.
goptions reset=global gunit=pct
         colors=(black red blue green)
         ftext=swiss ftitle=swissb htitle=6 htext=3
         device=gif transparency noborder;