As PROC GLM sends each output object to the Output Delivery System, ODS sends the two output objects from PROC GLM that match the items in the selection list to the HTML and Listing destinations. (See the table of contents in Contents File Produced by the ODS HTML Statement.)
proc glm data=iron;
   model loss=fe;
   title 'OverallANOVA and Fitness Statistics';
run;