Create graphical output with the GPLOT statement and close the HTML destination.
proc gplot data=sashelp.class; plot height*weight; by name; run; quit; ods html close;