Você pode usar HTML no site ArcGIS Online quando um editor de texto estiver incluído, como páginas de itens, descrições de grupos, pop-ups de mapas e aplicativos configuráveis.
Tags e atributos da HTML
Abaixo está uma tabela de tags de HTML e atributos suportados que você pode utilizar.
Tag | Atributo |
---|---|
a | href, style |
abbr | title |
article | style |
aside | style |
audio | autoplay, controls, loop, muted, preload |
b, strong, i, em, u, ul, ol, li, tbody, br, hr | |
blockquote | style |
code | style |
dd, dl, dt | style |
del | style |
details | style, open |
div | style, align, aria-label, aria-hidden |
figcaption | style |
figure | style |
font | size, color, style |
footer | style |
h1, h2, h3, h4, h5, h6 | style |
header | style |
img | src, width, height, border, alt, style |
main | style |
mark | style |
nav | style |
p | style |
pre | style |
section | style |
source | media, src, type |
span | style, aria-label, aria-hidden |
sub | style |
summary | style |
sup | style |
table | width, height, cellpadding, cellspacing, border, style |
td, th | height, width, valign, align, colspan, rowspan, nowrap, style |
time | style |
tr | height, valign, align, style |
video | autoplay, controls, height, loop, muted, poster, preload, width |
Considerações da HTML
Tenha em mente o seguinte:
- As tags da HTML que não estão listadas na tabela acima não são suportadas e serão filtradas.
- Os protocolos permitidos para href e src são https, tel e mailto.
- As tags são automaticamente fechadas caso não fechadas.
- <>&ssão saídas de tags legais se não forem saídas utilizando <>&".
- Links de UNC não são suportados.
- Quando uma tag a é utilizada, a URL de destino href sempre abre em uma nova guia do navegador.