When you export a report for HTML, QMF places the necessary HTML tags before and after the body of your report so that you can place it on a web server and displayit in an HTML 3.0 compliant web browser. Figure 25 illustrates the HTML coding that QMF places around the report.
<HTML> <HEAD> <TITLE> Report </TITLE> </HEAD> <BODY> <PRE> J & H SUPPLY COMPANY AVERAGE SALARY (DEPTS 10, 15, 20) REPORT 17 AVERAGE DEPT JOB SALARY ---- ----- --------- 10 MGR 20865.86 --------- * 20865.86 15 CLERK 12383.53 MGR 20659.80 SALES 16052.83 --------- * 15482.33 20 CLERK 13878.67 MGR 18357.50 SALES 18171.25 --------- * 16071.52 ========= 17473.52 COMPANY NAME REPORT 17 </PRE> </BODY> </HTML>