Adding HTML header information

About this task

The HTML Head Content event on a page or form lets you pass HTML information, such as a Meta tag, to the <Head> tag for a document.

To add HTML header information

Procedure

  1. In the Programmer's pane, click the Objects tab.
  2. Select the "HTML Head Content" event.
  3. Enter the HTML in the Script area of the Programmer's pane.
  4. Click the green check mark to validate your work.

Example: Adding HTML to the Head tag

About this task

This example uses the HTML Head Content event to add the Meta tag "keyword" with a value of "gold" to the <Head> tag in a document.

"<meta name=\"keyword\" content=\"gold\">"