Edit in GitHubLog an issue

head

Since UXP v2.0

Specifies various metadata about the UXP HTML document, including additional styles, scripts, etc.

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

Example

Copied to your clipboard
<html>
<head>
<style>
.highlight {
color: red;
}
</style>
</head>
<body>
<div class="highlight">Hello, world</div>
</body>
</html>
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2023 Adobe. All rights reserved.