HTML Suportada

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.

TagAtributo

a

href, style

img

src, width, height, border, alt, style

video

autoplay, controls, height, loop, muted, poster, preload, width

audio

autoplay, controls, loop, muted, preload

source

media, src, type

span

style

table

width, height, cellpadding, cellspacing, border, style

div

style, align

font

size, color, style

figure

style

figcaption

style

dd, dl, dt

style

h1, h2, h3, h4, h5, h6

style

tr

height, valign, align, style

td, th

height, width, valign, align, colspan, rowspan, nowrap, style

p

style

b, strong, i, em, u, ul, ol, li, tbody, br, hr

abbr

title

sub

style

sup

style

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 &lt;&gt;&amp;&quot.
  • 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.