Edit in GitHubLog an issue

html

Since UXP v2.0

Indicates the root element of an UXP plugin's UI.

See: https://developer.mozilla.org/en/docs/Web/HTML/Element/html

Example

Copied to your clipboard
<html>
<head>
</head>
<body>
Hello, world
</body>
</html>

Attributes

The following attributes are not supported, and have no effect:

  • manifest
  • version
  • xmlns

The following attributes are supported:

  • lang – can be used to specify the language of the document.
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2023 Adobe. All rights reserved.