Skip to content

<html> Tag

The <html> tag is the root element of every HTML file used in HTML-USSD.

Rules

  • Must wrap all other HTML content (<head> and <body>).
  • Only one <html> tag is allowed per file.

Attributes

AttributeValuesDefaultDescriptionRequired
history-enabledtrue, falsetrueDetermines if the page should be in the history.No
cachetrue, falsetrueDetermines if the page should be in the cache.No