HTML tags used in QMF reports

Table 29 briefly describes the HTML tag sets that QMF uses to format a report for display on the world wide web. Each of these tag sets consists of a start tag and an end tag. The end tags begin with a forward slash (/), and all tags are enclosed in angle brackets (

). For a full description of these tags, see your HTML 3.0 documentation.

Table 29. HTML 3.0 Tags used in HTML Reports
Tag set Description
<HTML></HTML> Defines the file as an HTML document.
<HEAD></HEAD> These tags mark the boundaries of the document header.
<TITLE></TITLE> QMF inserts the word "Report" between these tags. Content between these tags is included in the HTML document title. Placement of the title is browser and platform dependent. These tags are placed within the header.
<BODY></BODY> These tags follow the header and contain the body of the document. Report output is placed in the body of the document.
<PRE></PRE> Content between these tags is displayed as is. No HTML formatting is performed between them. QMF places report output between these tags in the body of the HTML document.
[ Previous Page | Next Page | Contents | Index ]