HTML supportato

È possibile utilizzare codice HTML nel sito Web di ArcGIS Online quando si include un editor RTF, ad esempio nelle pagine dell'elemento, nelle descrizioni del gruppo, nei popup delle mappe e nelle app configurabili.

Tag HTML e attributi

Nella tabella seguente sono indicati i tag HTML supportati e gli attributi che è possibile utilizzare.

TagAttributo

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

Considerazioni su HTML

Tieni a mente quanto segue:

  • I tag HTML non elencati nella tabella precedente non sono supportati e verranno esclusi.
  • I protocolli consentiti per href e src sono https, tel e mailto.
  • I tag vengono chiusi automaticamente.
  • <>&s vengono preceduti da un carattere di escape all'esterno di tag ammessi, a meno che non si utilizzino &lt;&gt;&amp;&quot.
  • I collegamenti UNC non sono supportati.
  • Quando si utilizza un tag a, l'URL target href si apre sempre in una scheda nuova del browser.