Skip to content

<head> Tag

The <head> tag contains meta information about the HTML page.

In HTML-USSD, it mainly holds the <title> tag.

Rules

  • Must be inside the <html> tag.
  • Should only contain the <title> tag for USSD purposes.