<description>

A human-readable description of the HTML5 application.

Syntax:

<description>string</description>

Description:

The <description> element specifies a human-readable description for an HTML5 app.

Occurrences:

One.

Parent elements:

<widget>

Child elements:

None.

Content:

A string value representing a human-readable description of the app.

Example:

<description>
   This app displays "Hello World" on the screen.
</description>