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
1<html>
2 <head>
3 </head>
4 <body>
5 Hello, world
6 </body>
7</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.
Was this helpful?
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.